• 大小: 1.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-04-23
  • 语言: Matlab
  • 标签: SFR  MTF  MATLAB  

资源简介

用于计算图像的频率响应,即SFR或者MTF

资源截图

代码片段和文件信息

/*****************************************************************************
Find_area.c

This software is incorporates a modified portion of “SFR Measurement 
Algorithm C-code“ copyright PIMA 1998 appearing in Annex A of ISO 
standard 12233-2000 “Photography - Electronic Still Picture Cameras - 
Resolution Measurement“.  Permission to modify this software and use 
and distribute the modified software was granted by I3A (the successor 
organization of PIMA) to the MITRE Corporation in 2006.

This MITRE Corporation-modified SFR software was produced for the U.S. 
Government under Contract number W15P7T-05-C-F600 and is subject to the 
Rights in Data General clause at FAR 52.227-l4.
    
Redistribution and use in source and binary forms with or without
modification are permitted provided that the following conditions are met:

-Redistribution of source code must retain the above copyright notice
 this list of conditions and the following disclaimer.
    
-Redistribution in binary form must reproduce the above copyright
 notice this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
    
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“ 
AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR 
CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF 
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN 
CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE 
POSSIBILITY OF SUCH DAMAGE. 

---------------------
  Code modifications by Margaret A. Lepley (MITRE) mlepley@mitre.org
---------------------
*****************************************************************************/

#include 
#include 
#include 

extern FILE *g_mtfout;
#include “sfr.h“

/*****************************************************************************/
/* External functions */
unsigned short fit(unsigned long double * double * double * double * 
   double * double * double *);
unsigned short locate_centroids(double * double * double *
unsigned short unsigned short double *);
unsigned short check_slope(double unsigned short * int * double int);
/* Internal function */
void find_10percent(double * int double int * int *);

/*****************************************************************************/
/* Data passed to this function is assumed to be radiometrically corrected  */
/* and oriented vertically with black on left w

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2009-09-18 13:58  SFR_1.4\
     目录           0  2009-09-18 10:37  SFR_1.4\dist\
     文件      107564  2009-05-06 19:14  SFR_1.4\dist\mitre_sfr_mac
     文件      159744  2009-05-06 19:14  SFR_1.4\dist\mitre_sfr_win.exe
     文件      513111  2009-05-06 19:14  SFR_1.4\Implementation.pdf
     文件       44829  2009-05-06 18:06  SFR_1.4\Notice.pdf
     目录           0  2009-09-18 10:37  SFR_1.4\src\
     文件        9645  2009-05-06 19:03  SFR_1.4\src\find_area.c
     文件        1283  2009-05-06 18:51  SFR_1.4\src\Makefile
     文件       63959  2009-09-14 18:29  SFR_1.4\src\mitre_sfr.c
     文件        2811  2009-05-06 18:51  SFR_1.4\src\prototyp.h
     文件         231  2009-05-06 18:06  SFR_1.4\src\README.txt
     文件        8427  2009-09-14 18:29  SFR_1.4\src\sfr.h
     文件       23727  2009-05-06 19:14  SFR_1.4\src\sfr_iso.c
     文件        1999  2009-05-06 18:51  SFR_1.4\src\tif_clos.c
     文件        6036  2009-05-06 18:51  SFR_1.4\src\tif_cmpt.c
     文件        6451  2009-05-06 18:51  SFR_1.4\src\tif_comp.c
     文件       27405  2009-05-06 18:51  SFR_1.4\src\tif_dir.c
     文件       12499  2009-05-06 18:51  SFR_1.4\src\tif_diri.c
     文件       34152  2009-05-06 18:51  SFR_1.4\src\tif_dirr.c
     文件       30621  2009-05-06 18:51  SFR_1.4\src\tif_dirw.c
     文件        4217  2009-05-06 18:51  SFR_1.4\src\tif_dump.c
     文件        2096  2009-05-06 18:51  SFR_1.4\src\tif_erro.c
     文件        1918  2009-05-06 18:51  SFR_1.4\src\tif_flus.c
     文件       11980  2009-05-06 18:51  SFR_1.4\src\tif_open.c
     文件       16740  2009-05-06 18:51  SFR_1.4\src\tif_read.c
     文件        3518  2009-05-06 18:51  SFR_1.4\src\tif_stri.c
     文件        7169  2009-05-06 18:51  SFR_1.4\src\tif_swab.c
     文件        5538  2009-05-06 18:51  SFR_1.4\src\tif_tile.c
     文件        2175  2009-05-06 18:51  SFR_1.4\src\tif_warn.c
     文件       17813  2009-05-06 18:51  SFR_1.4\src\tif_writ.c
............此处省略15个文件信息

评论

共有 条评论