搜索资源列表
WaveletTrans
- matlab 环境下的 二维小波变换(正和逆变换),用二维卷积实现的,其中有个子函数用于产生小波系数的(小波分解和小波重构的系数都有)!你自己也可以往里面加系数-Matlab environment 2D wavelet transform (and inverse transform), with the realization of two-dimensional convolution. these subsystems function used to generate the wave
VC++中的小波类
- vc++的小波类 能够完成一维二维小波变换等,还可以实现逆变换-vc + + Wavelet category to complete a two-dimensional wavelet transform, and can be achieved inverse transform
waveletpictureprocessing
- 本文是关于小波分析在图像处理压缩方面的应用,是word格式的,文档中有详细的程序和文字分析说明,对学习的人很有帮助。 在小波方法的实际应用中,可以利用尺度方程系数构造得到小波和小波包变换算法即金字塔算法。利用张量积方法可以从一维多分辨分析直接得到二维的多分辨分析,从而方便地构造得到二维小波和小波包以及相应的分解和合成算法。在图象处理和二维数据分析研究中广泛使用的就是二维形式的小波和小波包算法。
wave
- short **spOriginData:二维指针,指向原始的图像数据 * * short **spTransData0:小波变换系数,存放一次水平变换后的小波系数 * * short **spTransData1:小波变换系数,存放一次数值变换后的小波系数 * * int nHeight :图像属性参数,数值为原始图像的高度值 * * int nHeight_H :图像属性参数,数值为原始图像高度值的一半 * * int nWidth
wave_decomandreconstruct_1D
- 一维小波的分解与重构.采用vc控制台编写,采用的滤波器系数是db4.经测试成功运行,并可移植到二维图象的变换中
cwt2d
- 基于Morlet的二维连续小波变换源程序。-Morlet-based two-dimensional continuous wavelet transform source.
TDWTh
- 对图像进行二维小波变换,变换换后的二维图像将分为四个子带。 -Two-dimensional wavelet transform, image transformation after that two-dimensional image will be divided into four sub-band.
Imattlabcoodem
- 图象增强小波变换将一幅图象分解为大小、位置与方向都不同的分量。在做逆变换之前能改变小波变换域中某些系数的大小,,这样就能够洋选择的放大所感兴趣的分量而减小不需要的分量。给定一个图象信号,用二维小波分析析对图象进行增强处理。 -Image enhancement wavelet transform decomposition size, location and direction of the different components of an image. Wavelet transfo
erweixiaobo
- 实现二维小波变换此示意程序用DWT
VCPPxiaobo
- 在VC环境下 实现二维小波变换 进行图像的压缩处理-Dimensional wavelet
wavelet-transform
- 小波变换用来对图像进行小波变换分解。 将二维矩阵转换成一个列向量,然后对该列向量进行一次一维小波变换。-wavelet transform
yawtb
- 二维连续小波变换,以及高维连续小波变化,简单易懂-Mainly includes two dimensional continuous wavelet transform and higher dimensional continuous wavelet transform and its application!!
wavelet-1d-2d
- vc++实现的一维和二维的小波变换代码,运行流畅,清晰易懂-the one dimensional and two dimensional wavelet transform is developed by VC++
denoise
- 给定一个二维信号,利用小波变换对信号进行去噪处理。-Given a two-dimensional signal, the program denoise using wavelet transform.
wavelettransform
- 利用小波变换进行奇异点检测、图像去噪,包括一维、二维程序-wavelet transform
FWT_DB
- 此示意程序用DWT实现二维小波变换,二维信号可以是实测二维数据,也可以是图像(需转换为二维数据)-This schematic procedure DWT is used to implement the two-dimensional wavelet transform, the two-dimensional signal can be measured in 2 d data, can also be a image (need) is converted into a 2 d data
xiaobo2
- 一个基于二维小波变换的边缘检测(Edge detection based on two dimensional wavelet transform)
DDXBXM
- 小波变换程序,二维小波变换和一维小波变换源程序,()
MATLAB二维小波变换
- matlab实现二维小波变换,需把文件名改为英文(MATLAB realizes 2-D wavelet transform and needs to change the file name to English.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)