登录
首页 » matlab » contourlet

contourlet

于 2012-03-09 发布 文件大小:595KB
0 154
下载积分: 1 下载次数: 127

代码说明:

  利用contourlet变换、小波变换等方法,进行图像去噪,经过调试,完全可以运行,效果不错(Contourlet transform, wavelet transform methods for image denoising, debugging, can run, good results)

文件列表:

contourlet
..........\backsamp.m,1119,2003-09-10

..........\computescale.m,5127,2003-11-05
..........\Contents.m,3537,2003-11-11
..........\cyclespinc.m,204,2005-07-07
..........\decdemo.m,3437,2003-11-10
..........\denoisedemo.m,2472,2003-11-13
..........\dfbdec.m,2223,2003-11-05
..........\dfbdec_l.m,1768,2003-11-05
..........\dfbimage.m,1748,2003-11-05
..........\dfbrec.m,2012,2003-11-10
..........\dfbrec_l.m,1736,2003-11-06
..........\dfilters.m,2729,2003-11-06
..........\dup.m,755,2003-04-10
..........\efilter2.m,1103,2003-04-10
..........\extend2.m,1861,2003-11-05
..........\fbdec.m,2098,2003-04-10
..........\fbdec_l.m,1507,2003-11-06
..........\fbrec.m,2360,2003-04-10
..........\fbrec_l.m,1426,2003-11-06
..........\ffilters.m,485,2003-04-10
..........\ld2quin.m,856,2003-04-10
..........\ldfilter.m,662,2003-11-05

..........\lpdec.m,722,2003-09-13
..........\lprec.m,935,2003-09-13
..........\mctrans.m,882,2003-11-05
..........\modulate2.m,775,2003-04-10
..........\nlademo.m,5507,2003-11-10
..........\nlademo2.m,1238,2003-11-11
..........\pdfb2vec.m,1254,2003-11-12
..........\pdfbdec.m,2671,2003-11-11
..........\pdfbrec.m,1486,2003-11-06
..........\pdfb_nest.m,931,2003-11-13
..........\pdfb_tr.m,1254,2003-11-13
..........\pdown.m,1516,2003-04-10

..........\pfilters.m,1667,2003-11-06
..........\ppdec.m,1374,2003-11-10
..........\pprec.m,1497,2003-11-10
..........\PSNR.m,459,2008-08-20
..........\pup.m,1868,2003-04-10
..........\qdown.m,1556,2003-04-10
..........\qpdec.m,1490,2003-11-10
..........\qprec.m,1656,2003-11-10
..........\qup.m,1921,2003-04-10
..........\qupz.m,1210,2003-11-07
..........\quzao.m,4136,2010-10-31
..........\rebacksamp.m,1172,2003-04-10
..........\resamp.m,1268,2003-04-10
..........\resampc.dll,7168,2003-04-10
..........\resampz.m,1981,2003-04-10
..........\reverse2.m,167,2003-04-10
..........\sefilter2.m,1292,2003-09-13
..........\showpdfb.m,12906,2003-11-07
..........\smthborder.m,930,2003-11-11
..........\SNR.m,248,2003-11-10
..........\vec2pdfb.m,1035,2003-11-12
..........\wfb2dec.m,1359,2003-09-13
..........\wfb2rec.m,1419,2003-09-13

..........\说明.doc,19968,2010-11-12

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

发表评论

0 个回复

  • Tsharing_Thieh
    实现了Thien在他的文章《secret image sharing》中提出的(r,n)门限秘密图像分存方案。 (Thien in his article " secret image sharing" (r, n) Door Threshold Secret Image Sharing Scheme.)
    2012-07-26 22:35:42下载
    积分:1
  • GUI
    图像融合GUI 包含多种方法 均值法 各种区域算法 以及各种融合指标(Image fusion GUI includes a variety of methods-means algorithm as well as various regional integration indicators)
    2015-09-02 20:03:54下载
    积分:1
  • usb-carmer-matlab-RT-process
    通过计算机usb摄像头进行图像采集,然后实时处理,跟踪其中运动物体,并进行计数,采用中值滤波法得到背景,并根据需要进行更新,视频处理采用了动态差分与前景差分结合的方法,效果比较理想,但无法解决人物重叠的问题(Usb camera through the computer for image acquisition, and real-time processing and tracking moving objects in which, and the count median filter by using the background and update as needed, video processing using a dynamic difference with the prospect of differential combination of methods, results ideal, but can not solve the problem of overlapping characters)
    2010-10-31 13:21:42下载
    积分:1
  • Image-segmentation-Extraction
    说明:  图像分割加特征提取的算法,一起分享,共同研究,共同进步(Add feature extraction image segmentation algorithms, along with sharing, joint research, and common progress)
    2008-09-30 14:37:16下载
    积分:1
  • RanSacCode
    该代码用于对错误匹配点进行过滤操作,即去除错误的匹配点(The code is used to remove the wrong match points,and make sure the right matching.)
    2014-12-31 11:17:07下载
    积分:1
  • NESTA_v1.0
    一个快速而精确的一阶稀疏图像复原算法。主要应用于图像去噪声。(A fast and accurate first-order sparse image restoration algorithm. Is mainly used in the image to the noise.)
    2009-11-17 09:15:49下载
    积分:1
  • DFT&DCT
    编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input a pair of RGB images, transform it into YCbCr color space, then divide the Y component into block DFT transform, save as gray image, and calculate the calculation time The 8*8 block DCT transform is implemented by programming, and then it is shown that when using some coefficients in 64 DCT coefficients, the quality is reconstructed. Meanwhile, the idea of DCT transformation is familiar with FFT, and the base function image of the 2 dimensional 8*8DCT transform is displayed.)
    2021-01-18 11:58:43下载
    积分:1
  • lypp
    通过邻域搜索法对一个相机拍摄的序列图像中圆形非编码标志点进行匹配(Neighborhood search method by camera on a circular non-coding sequence of images to match landmarks )
    2020-12-18 21:19:10下载
    积分:1
  • polarization
    用斯托克斯矢量法,计算偏振度图像和偏振角图像,方便进一步处理。(Degree of polarization and angle of polarization calculating)
    2020-12-23 20:29:05下载
    积分:1
  • jpegIO
    实现原始的JPEG图片编解码,不借助任何的第三方库,纯C++。(To achieve the original JPEG image decoding, without using any third-party libraries, pure C++.)
    2011-10-06 13:50:13下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载