登录
首页 » matlab » sfr-1.4

sfr-1.4

于 2012-10-27 发布 文件大小:1042KB
0 249
下载积分: 1 下载次数: 149

代码说明:

  用于计算图像的频率响应,即SFR或者MTF(Can be used to calculate the image frequency response, namely SFR or MTF )

文件列表:

SFR_1.4
.......\dist
.......\....\mitre_sfr_mac,107564,2009-05-06
.......\....\mitre_sfr_win.exe,159744,2009-05-06
.......\Implementation.pdf,513111,2009-05-06
.......\Notice.pdf,44829,2009-05-06
.......\src
.......\...\find_area.c,9645,2009-05-06
.......\...\Makefile,1283,2009-05-06
.......\...\mitre_sfr.c,63959,2009-09-14
.......\...\prototyp.h,2811,2009-05-06
.......\...\README.txt,231,2009-05-06
.......\...\sfr.h,8427,2009-09-14
.......\...\sfr_iso.c,23727,2009-05-06
.......\...\tiff.h,13481,2009-05-06
.......\...\tiffcomp.h,6256,2009-05-06
.......\...\tiffio.h,9213,2009-05-06
.......\...\tiffiop.h,12309,2009-05-06
.......\...\tif_clos.c,1999,2009-05-06
.......\...\tif_cmpt.c,6036,2009-05-06
.......\...\tif_comp.c,6451,2009-05-06
.......\...\tif_dir.c,27405,2009-05-06
.......\...\tif_diri.c,12499,2009-05-06
.......\...\tif_dirr.c,34152,2009-05-06
.......\...\tif_dirw.c,30621,2009-05-06
.......\...\tif_dump.c,4217,2009-05-06
.......\...\tif_erro.c,2096,2009-05-06
.......\...\tif_flus.c,1918,2009-05-06
.......\...\tif_open.c,11980,2009-05-06
.......\...\tif_read.c,16740,2009-05-06
.......\...\tif_stri.c,3518,2009-05-06
.......\...\tif_swab.c,7169,2009-05-06
.......\...\tif_tile.c,5538,2009-05-06
.......\...\tif_warn.c,2175,2009-05-06
.......\...\tif_writ.c,17813,2009-05-06
.......\...\win_CW.mcp,73755,2009-05-06
.......\...\win_CW_prefix.h,377,2009-05-06
.......\...\xterndef.h,1983,2009-05-06
.......\testcase
.......\........\Edge.pgm,160022,2009-05-06
.......\........\edge_box.tif,356506,2009-05-06
.......\........\In-Out.doc,58880,2009-05-06
.......\........\oecf.txt,1327,2009-05-06
.......\........\SFROUT.txt,4991,2009-05-06
.......\UserGuide.pdf,159922,2009-05-06
.......\What's_New.pdf,105193,2009-09-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ECG_GUI_Filtering_Viewer_for_Matlab
    使用Matlab GUI界面实现心电滤波效果交互式查看(To view the filtering result of ECG in the Matlab GUI interface)
    2010-01-25 13:06:08下载
    积分:1
  • print-scane-watermark
    该程序是一个抗打印扫描数字水印算法的仿真,其原理基于DCT域的数据分类,具有很好的效果。原理参考杨义先等编著的《数字水印理论与技术》,高教出版社。(a print-scane watermarking scheme simulation)
    2020-10-26 16:30:00下载
    积分:1
  • JFSSL-Cross-Modal-Retrieval-master
    说明:  联合特征选择和子空间相关性学习的跨模态检索,map优于典型相关性分析的跨模态检索(Joint Feature Selection and Subspace Learning for Cross-Modal Retrieval)
    2021-04-21 21:18:49下载
    积分:1
  • ofdm
    实现一个完整的OFDM系统,可以显示频谱图。(OFDM systems to achieve a complete, can be displayed spectrum.)
    2011-04-20 12:53:56下载
    积分:1
  • signal_system
    在信号与系统中,用希尔伯特变换对最小相位信号的实部和虚部进行相互变换,同时包含连续时间傅里叶变换(CTFT),反连续时间傅里叶变换(ICTFT),离散时间傅里叶变换(DTFT),反离散时间傅里叶变换(IDTFT)的程序(In signal and system, transform the real and imaginary part of the signal with minimum phase using Hilbert Transform. CTFT,ICTFT,DTFT and IDTFT are also included.)
    2021-03-22 09:49:17下载
    积分:1
  • ootsut
    otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面面配有图像均衡化的程序一起使用,效果更好, (otsu algorithm adaptive obtain the threshold image binarization. Inside surface with image equalization program used together, the better)
    2012-08-07 19:53:25下载
    积分:1
  • jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
    为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测的速度、稳定性和准确性, 同时保留了原算法的抗噪声能力.(: An imp roved randomized ellip se detection algorit hm based on least square approach was proposed to enhance t he efficiency and accuracy of ellip se detection in digital images. This algorit hm randomly se2 lect s three edge point s in t he image , and t hen uses least square approach to fit all t he edge point s in three windows , which are defined by t he t hree edge point s. The forth edge point is randomly selected to judge whet her a possible ellip se exist s in t he image. Utilizing the characteristic of direct least square fit ting of ellip se , an iteration process of edge point collecting and ellip se refit ting of possible ellip se was int roduced to ext ract t he final ellip se’s parameters. Artificial images wit h different level s of noise and nature images containing incomplete ellip ses were employed to test t his algorithm. Experimental result s show that t he improvement s are notable. Compared with the original algorit hm , t he propo sed algorit hm reduces)
    2020-11-01 11:19:55下载
    积分:1
  • Face-image-normalization
    用matlab写的一个将人脸图像进行归一化处理的程序,主要是将多个图像的尺寸进行调整使其大小一致。(Matlab write a face image the normalization processing program, mainly to adjust the size of multiple images to make it the same size.)
    2012-10-16 16:21:31下载
    积分:1
  • RegsiterFM
    用matlab软件编写的图像配准代码,用于图像配准或图像处理(matlab edge detect-matlab edge detect)
    2009-03-02 21:19:29下载
    积分:1
  • Walsh
    Walsh变换在图像处理是一种非常重要的工具,在图像处理中和radon变换和hough变换都是非常重要的(Walsh transform in image processing is a very important tool, in Image Processing and radon transform and hough transform is very important)
    2008-04-15 17:54:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载