登录
首页 » matlab » nsct_toolbox-zishiying

nsct_toolbox-zishiying

于 2013-08-25 发布 文件大小:637KB
0 78
下载积分: 1 下载次数: 42

代码说明:

  基于NSCT变换的自适应去噪,里面包含仿真图(image denoising)

文件列表:

nsct_toolbox自适应
..................\atrousc.c,2969,2004-10-17
..................\atrousc.dll.old,7168,2004-10-17
..................\atrousc.dsp,3411,2013-06-23
..................\atrousc.dsw,522,2013-06-23
..................\atrousc.mexmac,8664,2005-01-24
..................\atrousc.mexw32,20480,2013-07-12
..................\atrousc.ncb,41984,2013-06-23
..................\atrousc.opt,48640,2013-06-23
..................\atrousc.plg,890,2013-06-23
..................\atrousdec.m,1234,2005-11-03
..................\atrousfilters.m,19406,2004-09-09
..................\atrousrec.m,1012,2004-10-17

..................\Debug
..................\.....\vc60.idb,33792,2013-06-23
..................\.....\vc60.pdb,28672,2013-06-23
..................\decdemo.m,3212,2013-07-11
..................\denoisedemo.asv,1733,2013-07-11
..................\denoisedemo.m,1819,2013-07-14
..................\dfbdecdemo.m,1495,2004-12-22
..................\dfilters.m,13234,2004-10-18
..................\dmaxflat.m,2607,2004-12-22
..................\efilter2.m,1103,2003-04-10
..................\extend2.m,1861,2003-11-06
..................\html
..................\....\denoisedemo.html,7305,2013-07-08
..................\ld2quin.m,856,2003-04-10
..................\ldfilter.m,662,2003-11-05

..................\mctrans.m,854,2003-11-05
..................\modulate2.m,775,2003-04-10
..................\nsctdec.m,4662,2005-11-03
..................\nsctrec.m,3257,2005-11-03
..................\nsdfbdec.m,5046,2005-01-20
..................\nsdfbrec.m,4931,2005-01-20
..................\nsfbdec.m,889,2005-12-19
..................\nsfbrec.m,821,2004-10-21
..................\nssfbdec.m,2424,2005-01-20
..................\nssfbrec.m,2785,2005-01-20
..................\parafilters.m,1552,2004-08-07
..................\pdfb2vec.m,1848,2013-07-10
..................\pdfb_nest.asv,929,2013-07-09
..................\pdfb_nest.m,929,2013-07-09
..................\PSNR.m,459,2008-08-20
..................\qupz.m,1161,2003-11-07
..................\README.txt,1557,2005-01-20
..................\resampz.m,1981,2003-04-10

..................\shownsct.m,1001,2005-01-20
..................\SNR.m,248,2003-11-10
..................\symext.m,888,2005-12-19
..................\upsample2df.m,161,2004-10-16
..................\vec2pdfb.m,1582,2013-07-10
..................\wfilters.m,3326,2004-08-08
..................\yuzhi.asv,869,2013-07-14
..................\yuzhi.m,904,2013-08-05
..................\zconv2.c,4056,2005-01-12
..................\zconv2.dll,7168,2005-01-20
..................\zconv2.mexmac,8664,2005-01-12
..................\zconv2S.c,4042,2005-01-12
..................\zconv2S.dll,7168,2005-01-20
..................\zconv2S.mexmac,8700,2005-01-12

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

发表评论

0 个回复

  • 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
  • Image-translation-transformation
    图像平移处理,可以图片进行平移变换处理,提供演示图片(Image translation process, it can image pan transformation process provides demonstration image)
    2016-05-19 13:56:43下载
    积分:1
  • fa0d
    基于像素标记的连通区域计算程序,只针对二值图像,随附有。(Based on regional connectivity calculation procedure pixel tags, only for the binary image, comes with.)
    2013-12-13 14:51:32下载
    积分:1
  • 直线段检测算法EDLines C++实现 EDTest-VS2010
    直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)
    2020-07-05 10:00:01下载
    积分:1
  • 2009
    跟踪目标的算法,camshift,meanshift.(Target tracking algorithm, camshift, meanshift.)
    2009-03-23 11:02:08下载
    积分:1
  • 椭圆拟合
    二值化处理图像,自动拟合椭圆并得到长短轴的大小。(Automatically fit the ellipse and get the size of the long and short axes)
    2021-04-20 15:28:50下载
    积分:1
  • Wavelet_OMP
    基于压缩感知的图像加密算法,稀疏基用的是小波,重构用的是OMP(Compressed sensing image encryption algorithm)
    2021-04-18 20:28:51下载
    积分:1
  • Image_Rotation
    图像旋转的MATLAB文件,角度可以定义,例子中包含了M源程序以及转换的图片。(MATLAB file image rotation, angle can be defined, for example, contains M as well as the conversion of the image source.)
    2008-08-15 13:58:47下载
    积分:1
  • SPIHT2
    根据paper思想,自己编写的SPIHT编解码。可以处理不同图像大小的小波系数,严格按照paper中的算法编写。细节见说明文档(under the paper thinking, their preparation SPIHT codec. Image can handle different sizes of the wavelet coefficients and strictly according to the paper prepared algorithm. For details, see the documentation)
    2007-04-18 11:41:46下载
    积分:1
  • fast-sift
    说明:  fast与sift算法结合,实现特征匹配,可以参考;fast与sift算法结合,实现特征匹配,可以参考(The combination of fast and sift algorithm can achieve feature matching, which can be referred to; the combination of fast and sift algorithm can achieve feature matching, which can be referred to)
    2020-11-10 15:18:19下载
    积分:1
  • 696522资源总数
  • 104031会员总数
  • 39今日下载