登录
首页 » matlab » contourlet

contourlet

于 2012-03-09 发布 文件大小:595KB
0 145
下载积分: 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 个回复

  • Floyd-Steinberg
    最经典的弗洛伊德加网算法.图像半色调处理,在印刷纺织等相关领域进行图像的加网计算,而已实现二值化(halftone )
    2017-03-21 15:34:30下载
    积分:1
  • SIFT
    本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 (The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and then select the best match point optimized vector matching image registration.)
    2010-05-23 22:43:49下载
    积分:1
  • FAST-ICA
    1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,p)/norm(W(:,p)) 8、若W不收敛,返回第5步 9、令p=p+1,若p小于等于m,返回第4步 剩下的应该都能看懂了 基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
    2013-06-27 15:39:00下载
    积分:1
  • histogram.m
    image processing code for Histogram
    2014-10-12 19:00:59下载
    积分:1
  • hunhegaosi
    混合高斯前景提取。数学建模时编的,测试视频就在包内,可以作为学习交流用,环境2014a的matlab,后有添加形态处理都在注释里。一起学习。有matlab编的vibe程序欢迎交流(Hybrid Gauss foreground extraction. Mathematical modeling of the series, the test video is in the package, can be used as a learning exchange, the environment 2014a MATLAB)
    2021-01-01 16:28:57下载
    积分:1
  • Hough-Radon
    一个关于hough和radon变换的实例,实现了时钟图形做图.(and one in Chinese on hough transform examples and achieve a clock graphic graphics.)
    2007-02-08 09:35:38下载
    积分:1
  • weinafilter
    本程序可实现维纳滤波,可应用于反褶积等反问题的求解过程中,是非常简单实用的(This program can be realized Wiener filter can be applied to deconvolution inverse problems and the process is very simple and practical)
    2016-07-25 20:18:58下载
    积分:1
  • 卷积特征可视化
    说明:  利用卷积神经网络进行特征提取,并将卷积特征可视化(Feature extraction using convolutional neural networks and visualization of convolution features)
    2019-03-06 12:07:28下载
    积分:1
  • TrackMe
    人的移动的跟踪,VERILOG实现,能跟踪人的画面移动(Tracking the movement of people, VERILOG realize that can track the person)
    2021-04-29 15:48:43下载
    积分:1
  • svm
    SVM 用于基于块划分特征提取的图像分类源码(SVM for feature extraction block-based image classification into source)
    2013-10-18 16:04:59下载
    积分:1
  • 696518资源总数
  • 105584会员总数
  • 19今日下载