登录
首页 » matlab » ImageMatlab

ImageMatlab

于 2010-11-17 发布 文件大小:937KB
0 346
下载积分: 1 下载次数: 182

代码说明:

  Matlab数字图像处理,GUI界面,可以运行,载入图象后进行变换(Image traslation based on Matlab)

文件列表:

ImageMatlab
...........\Compare.m,2155,2005-04-20
...........\Degrade.m,2197,2004-09-18
...........\EstAngle(old).m,3284,2005-05-05
...........\EstAngle.m,3609,2005-05-05
...........\EstLen.m,2567,2005-04-23
...........\GUICompare.asv,44946,2009-04-09
...........\GUICompare.fig,21710,2009-04-16
...........\GUICompare.m,45791,2009-04-14
...........\GUIDegrade.fig,66112,2005-04-16
...........\GUIDegrade.m,32005,2005-04-25
...........\GUIRestore.fig,79232,2005-04-25
...........\GUIRestore.m,41623,2005-04-25
...........\GUIWelcome.fig,43632,2004-09-18
...........\GUIWelcome.m,12276,2005-04-18
...........\Help
...........\....\about_us





...........\....\About_Us.html,1766,2005-12-16
...........\....\basics


...........\....\......\dot.jpg


...........\....\......\gaussian.jpg,6363,2005-04-12
...........\....\......\original_dot_psf.jpg,6883,2005-04-12
...........\....\......\poisson.jpg,746,2005-04-12
...........\....\......\salt_&_pepper.jpg,7759,2005-04-12
...........\....\......\speckle.jpg,7850,2005-04-12
...........\....\Basics.html,6702,2005-12-16
...........\....\Degrade.html,2455,2005-12-16
...........\....\getting_started





...........\....\Getting_Started.html,4405,2005-12-16
...........\....\Home.html,1675,2005-12-16
...........\....\logo


...........\....\....\Others





...........\....\....\......\LogoGUI_XP_Village.JPG,16458,2005-04-18
...........\....\....\......\LogoHelp_King.JPG,15533,2005-04-18
...........\....\....\......\LogoHelp_Village.JPG,16220,2005-04-18
...........\....\Restore.html,4547,2005-12-16
...........\....\style.css,104,2005-04-13
...........\Hough(old).m,1582,2005-05-05
...........\Hough.m,828,2005-04-16
...........\Inverse.m,1365,2005-04-23
...........\Lucy.m,2030,2005-05-05
...........\my_closereq.m,418,2005-04-23
...........\Test Images





...........\...........\blur3 rest.JPG,14003,2005-04-14
...........\...........\blur3.JPG,13673,2005-04-14
...........\...........\california.bmp,81066,2004-09-18
...........\...........\california_22_13.bmp,28082,2004-09-20
...........\...........\license.jpg,48569,2005-03-30
...........\...........\license2.jpg,2433,2005-03-30
...........\...........\SADHNA.tif,136424,2004-08-09
...........\...........\sadhna_53_45.bmp,137522,2004-09-20
...........\...........\taj.tif,53899,1993-06-28
...........\...........\taj_23_15.bmp,54654,2004-09-20
...........\...........\telescope.bmp,196662,2005-03-18
...........\...........\Time(30,0).bmp,129846,2005-03-16
...........\...........\Time(30
,45).bmp,129846,2005-03-16
...........\...........\Time(30
,60).bmp,129846,2005-03-16
...........\...........\Time.bmp,129846,2005-03-16
...........\Wiener.m,1733,2005-05-05

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

发表评论

0 个回复

  • 水体指数
    利用matlab对多光谱遥感影像进行水体指数(ndwi)以及植被指数(ndvi)提取(Extraction of Water body Index (ndwi) and vegetation Index (ndvi) from Multispectral remote Sensing Images by matlab)
    2020-11-04 09:49:51下载
    积分:1
  • 配准源码(ncc)
    说明:  matlab的图像配准源码,对图像处理理解有帮助(The source code of image registration in MATLAB is helpful for the understanding of image processing)
    2020-03-25 13:40:16下载
    积分:1
  • epipolar_line
    同名核线的提取,完整的c++代码,注释详细易懂,并且已经验证过(Line of the same name as the nuclear extract, complete c++ code, comments, detailed and easy to understand, and have been verified)
    2020-07-21 18:18:45下载
    积分:1
  • Particle-Filter-with-comments
    说明:  有注释的粒子滤波程序。粒子滤波(PF: Particle Filter)的思想基于蒙特卡洛方法(Monte Carlo methods),它是利用粒子集来表示概率,可以用在任何形式的状态空间模型上。(Annotated particle filter program. Particle filter (PF: Particle Filter) Monte Carlo method based on the idea (Monte Carlo methods), which is set to represent the probability of a particle can be used in any form of state space model.)
    2011-03-07 17:01:45下载
    积分:1
  • fourier
    fourier desing analog very bast
    2013-02-02 16:58:06下载
    积分:1
  • tikhonov
    该算法用于求解线性病态逆问题,同时该算法已经过实际验证,重建结果较好,希望对大家有所参考。(The algorithm for solving linear pathological inverse problem, at the same time, the algorithm was validated through actual and reconstruction results are good, hope to be of reference.)
    2016-12-05 11:49:16下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • IsoMap
    isomap matlab的实现源程序,使用时,需要添加主程序。(isomap Matlab implementation source program, when used, need to add the main program.)
    2019-05-23 20:54:39下载
    积分:1
  • FACE-Recognition
    这是一个应用VC++编写的基于摄像头读取人脸的人脸识别和人脸检测软件,其中引用了MATLAB的系统函数,是一个非常不错的人脸识别软件,这个系统在我校论文答辩审核中获得了优秀的成绩。希望对大家有用(This is an application-based VC prepared to read camera Face to Face Recognition and face detection software. cited in the MATLAB system function, is a very good face recognition software. The system in my school examination papers reply obtained outstanding achievements. We hope to useful)
    2020-06-26 05:20:01下载
    积分:1
  • Log convert
    说明:  用C++实现的对数变换达到图像增强效果,代码亲测可用(Logarithmic transformation realized by C++ achieves image enhancement effect, and code pro-test is available.)
    2019-05-12 09:42:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载