登录
首页 » matlab » sfr2

sfr2

于 2020-09-15 发布 文件大小:249KB
0 196
下载积分: 1 下载次数: 12

代码说明:

  可以计算mtf,使用matlab输入图像即可实现计算(You can calculate MTF and use matlab to input images.)

文件列表:

Contents.m, 978 , 2003-08-12
README.TXT, 674 , 2003-08-12
ahamming.m, 518 , 2002-08-22
cent.m, 739 , 2002-08-22
centroid.m, 333 , 2002-08-22
clipping.m, 1104 , 2002-08-22
deriv1.m, 670 , 2002-08-22
findedge.m, 577 , 2002-08-22
getoecf.m, 1059 , 2002-08-22
getroi.m, 2601 , 2002-08-22
inbox1.m, 897 , 2002-08-22
inbox3.m, 1373 , 2003-08-12
inputdlg.m, 14105 , 2002-08-22
project.m, 2209 , 2002-08-22
results.m, 3825 , 2002-08-22
rotatev.m, 724 , 2002-08-22
sfrmat2.m, 13154 , 2003-08-12
data, 0 , 2003-08-12
data\edge01.tif, 4544 , 2003-08-12
data\edge03.tif, 16968 , 2003-08-12
data\lut1.dat, 2304 , 2003-08-12
data\lut3.dat, 2744 , 2003-08-12
splash.m, 2339 , 2002-08-22
isarray.m, 339 , 2003-07-24
sfrmat2_guide.pdf, 279606 , 2003-08-12

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

发表评论

0 个回复

  • fdk_2007
    FDK重建算法,是CT三维重建的解析方法,是近似重建(FDK reconstruction algorithm, which is a CT three dimensional reconstruction analysis method, is the approximate reconstruction )
    2021-01-21 09:38:42下载
    积分:1
  • gmm
    混合高斯模型使用K(基本为3到5个) 个高斯模型来表征图像中各个像素点的特征,在新一帧图像获得后更新混合高斯模型,用当前图像中的每个像素点与混合高斯模型匹配,如果成功则判定该点为背景点, 否则为前景点。通观整个高斯模型,他主要是有方差和均值两个参数决定,,对均值和方差的学习,采取不同的学习机制,将直接影响到模型的稳定性、精确性和收敛性。由于我们是对运动目标的背景提取建模,因此需要对高斯模型中方差和均值两个参数实时更新。为提高模型的学习能力,改进方法对均值和方差的更新采用不同的学习率 为提高在繁忙的场景下,大而慢的运动目标的检测效果,引入权值均值的概念,建立背景图像并实时更新,然后结合权值、权值均值和背景图像对像素点进行前景和背景的分类。(Gaussian mixture model using K (essentially 3-5) Gaussian model to characterize the features of each pixel in the image, in the image of the new frame for updated Gaussian mixture model, with each pixel in the image with a Gaussian mixture current model matching, if successful, determined that the point of the background points, otherwise the former attraction. Throughout the entire Gaussian model, he mainly has two parameters determine the variance and the mean, the mean and variance of the study, to take a different learning mechanism, will directly affect the stability, accuracy and convergence model. Since we are moving object extraction of the background modeling, so the need for the Gaussian model variance and mean two parameters real-time updates. In order to improve the learning ability of the model, an improved method for updating the mean and variance of different learning rates to improve in the busy scene, large and slow moving object detection results, the introduction of)
    2014-03-25 09:01:12下载
    积分:1
  • quyushengzhangfa
    用matlab编写的区域生长法的程序,通过选择种子和阈值,可以进行图像分割和检查瑕疵(Written by matlab region growing process, by selecting the seeds and thresholds for image segmentation and inspection for defects)
    2010-12-21 08:59:06下载
    积分:1
  • SURF-based-image-stitching
    SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。 (SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching. This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching. )
    2014-08-30 15:12:42下载
    积分:1
  • o_lezoray
    探索图像恢复中出现的正则化方法及其理论基础,进一步发展Tikhonov正则化方法,得到图像恢复算法和工程实际中一些病态问题的解,进一步发展已有的数值解 法,(Exploration of image restoration emerged regularization method and its theoretical basis, the further development of Tikhonov regularization method, the image restoration algorithm and engineering solutions of some ill-posed problem, the further development of existing numerical method,)
    2008-05-27 11:38:57下载
    积分:1
  • FGseg
    该代码实现了基于graph cut的图象分割算法,具体代码是用c++编写的,但提供了matlab接口,分割效果较好.(The code based on the graph cut image segmentation algorithm, the specific code is used c++ Prepared, but provides a matlab interface, better segmentation.)
    2007-12-12 11:04:53下载
    积分:1
  • Image fusion
    基于稀疏表示的图像融合算法 KSVD OMP(Image fusion algorithm based on sparse representation KSVD OMP)
    2021-03-15 21:19:21下载
    积分:1
  • Google-DoodleCssSprite
    Google Doodle推出了一款极其炫酷的LOGO,整个LOGO使用了CSS Sprite技术,利用一个初始图片和一张画满各个动作的拼接图片,实现了动画,而非传统的GIF动画图像(Google Doodle launched a very cool LOGO, LOGO using CSS Sprite entire technology, the use of an initial picture and a painting full picture stitching each action to achieve the animation, instead of the traditional animated GIF images)
    2014-04-08 14:53:35下载
    积分:1
  • saliency_SR
    CVPR2007,论文“Saliency detection: A spectral residual approach”的源码(a code for "Saliency detection: A spectral residual approach,"CVPR,2007.)
    2011-09-25 21:19:16下载
    积分:1
  • BSCB
    用偏微分方法进行图像修复,可以修复灰度和彩色图像(By partial differential method for image restoration, can repair gray and color images)
    2012-02-27 20:04:24下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载