登录
首页 » matlab » contourlet--image-denoising

contourlet--image-denoising

于 2014-04-03 发布 文件大小:9745KB
0 204
下载积分: 1 下载次数: 46

代码说明:

  使用contourlet变换对图像进行去噪处理(Image denoising using contourlet transform)

文件列表:

contourlet去噪
..............\contourlet

..............\..........\creatimdata20.asv,301,2009-05-22
..............\..........\creatimdata20.m,336,2009-05-25
..............\..........\creatimdata30.m,289,2007-09-11
..............\..........\DATA.mat,2519857,2007-08-10
..............\..........\DATAnoise.mat,2517285,2007-08-10
..............\..........\demofbayes.asv,3161,2007-09-13
..............\..........\demofbayes.m,3161,2007-09-13
..............\..........\demofwinshrink.asv,3341,2007-09-13
..............\..........\demofwinshrink.m,3342,2007-09-13
..............\..........\demoMFD.asv,197,2007-09-10
..............\..........\demoMFD.m,2238,2007-09-10
..............\..........\denoisedemo.asv,2628,2007-08-23
..............\..........\denoisedemo.m,2628,2007-08-23
..............\..........\fbayes.asv,1083,2007-09-13
..............\..........\fbayes.m,1076,2007-09-13
..............\..........\fMFD.asv,1022,2007-09-10
..............\..........\fMFD.m,1024,2007-09-10
..............\..........\func_DWT.m,1588,2004-04-26
..............\..........\fwinshrink.m,1733,2007-09-11
..............\..........\fwinshrink0.m,1726,2007-09-11
..............\..........\hardthr.m,769,2007-08-23
..............\..........\hardthr1.m,385,2007-08-23
..............\..........\Imdata20.mat,2374875,2009-05-24
..............\..........\Imdata30.mat,2378139,2007-09-11
..............\..........\pdfbdec.m,2693,2006-05-10
..............\..........\pdfbrec.m,1486,2003-11-07
..............\..........\softthr.asv,506,2007-08-23
..............\..........\softthr.m,522,2007-08-23
..............\..........\softthr1.m,524,2007-08-23
..............\说明.txt,42,2014-04-03

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

发表评论

0 个回复

  • process_kang
    基于颜色的图像检索,将RGB转化成HSV的方法(Color-based image retrieval, the method of RGB into HSV)
    2011-02-09 14:24:04下载
    积分:1
  • HUGO
    HuGO隐写算法,目前最流行的隐写算法之一(HUGO,Highly Undetectable Steganography Algorithm)
    2020-11-03 16:29:57下载
    积分:1
  • IVPAReconstruction
    用于Intravascular Photoacoustic 成像的源程序,采用Delay and Sum 算法编成。用于光声成像图形重构。(Used for Intravascular Photoacsoustic Imaging reconstruction based on Delay and sum algorithm.)
    2021-04-08 11:19:00下载
    积分:1
  • PolSARpro4.0
    polSARpro4.0手册 能够对极化SAR图像进行读取,处理和分类。(General Presentation of PolSARprov4.0 Software)
    2016-04-06 16:49:49下载
    积分:1
  • dgtIMGPROC
    说明:  这是一个包括bmp文件显示,图像二值化,细线化等集合的程序,可在tc中运行。 程序中有40 +的注释,你能很快的看懂程序(This is a bmp file, including display, image binarization, thinning and other collection procedures, can be run in the tc. 40 + program notes, you can quickly understand procedures)
    2011-02-26 14:01:30下载
    积分:1
  • matlab-Face-Recognition-Detection
    MATLAB环境下编的人脸检测和识别算法,人脸识别部分采用的pca算法,另外包括一个人机界面,直接运行facedec程序即可运行(MATLAB environment, compiled by face detection and recognition algorithms, face recognition pca algorithm is used in some of the other, including a man-machine interface, programs can be run directly run the facedec)
    2009-12-07 21:48:40下载
    积分:1
  • qingxidu
    说明:  可以用来评价一幅图像是否清晰,清晰度是多少。(It can be used to evaluate whether an image is clear and how clear it is.)
    2020-06-07 09:04:14下载
    积分:1
  • PF
    说明:  序贯重要性采样——标准粒子滤波算法。可直接使用。(Sequential importance sampling- standard particle filter. Can be used directly.)
    2013-10-26 21:02:56下载
    积分:1
  • Indian
    使用基于词典的稀疏表示高光谱图像分类,多任务联合稀疏表示和逐步MRF优化的高光谱图像分类(Dictionary-based sparse representation hyperspectral image classification, multi-task joint sparse representation and stepwise MRF optimized hyperspectral image classification)
    2018-04-01 20:51:42下载
    积分:1
  • 第四次作业
    说明:  1.使用medfilt2函数对‘lena.bmp’进行不同模板大小的中值滤波,并观察效果 2.使用fspecial函数构造‘gaussian’, ‘sobel’, ‘prewitt’, ‘laplacian’, ‘average’等不同滤波算子,使用filter2函数对‘cameraman.tif ’进行滤波,观察不同滤波器的效果 3.设计频域理想低通和理想高通滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变截止频率,观察对结果的影响。 4.对‘homo.bmp’进行同态滤波,其中频域同态滤波器自行设计。要求在程序注释中说明你设计该滤波器的思想。(1' lena.bmp 'The median filtering with different template sizes was carried out and the effect was observed2. Fsspecial function is used to construct different filter operators such as' Gaussian ',' Sobel ',' Prewitt ',' Laplacian ',' average ', etc' cameraman.tif 'Filter and observe the effect of different filters3. Design ideal low pass and ideal high pass filters in frequency domain' phantom.bmp 'The image is filtered in frequency domain and the filtering result is displayed. Then change the cut-off frequency and observe the effect on the results.4. Yes' homo.bmp 'The homomorphic filter is designed by ourselves. The idea of designing the filter should be explained in the program notes.)
    2020-12-11 21:53:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载