搜索资源列表
用于图像压缩的小波变换编码
- 提出了一种二维小波变换的编码方案:无解压密码-a 2D wavelet transform coding scheme is proposed.(unzip password is needless)
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
2-wavelett
- 这是一组二维小波变换的经典程序,对研究小波的很有用,里边有对应说明
DWThundunjiami
- 文中提出了一种基于离散小波变换和混沌加密的数字水印新算法,采用二维混沌变换对水印图像加密 对载体图像进行多分辨离散小波变换,应用小波系数判断载体图像的纹理复杂程度后,依据人眼的视觉系统(HVS)特性,将水印信号嵌入到图像的低频部分,对图像的不 同分解层分别选取不同的纹理阈值和水印嵌入强度,将数字水印嵌入到相同分辨层的原始图像中,提高了水印算法的鲁棒性。在检测和提取水印时,通过水印相似度(NC)和峰值信噪比( PNSR)评价水印质量,实验结果表明提出的算法可以抵抗剪裁、JPEG压缩、滤波等几何
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
matlab97flift
- 这是小波变换的matlab程序,一维二维的情况下都有-This is the wavelet transform matlab procedures, one-dimensional two-dimensional case have
matlab97lift
- 离散小波变换的matlab程序,包括一维与二维的-Discrete wavelet transform matlab procedures, including one-dimensional and two-dimensional
DWT1D
- 一维正交小波变换(二进小波变换)包括分解与重构-this program compute the one-dimensional orthogonormal wavelets transform of the signal in a data file and reconstruct the original signal from its wavelet decomposition using the Mallat s pyramidal algorithm.
Matlab_Wavelet_Denoise_Compress
- 包括的多个示例源代码有:一维线性非线性近似、二维线性非线性近似、使用线性滤波过滤噪声、使用小波门限消除噪声、使用小波变换压缩一维信号、二维小波图像压缩等等。-Including the source code of a number of examples are: a linear one-dimensional non-linear approximation, nonlinear two-dimensional linear approximation, the use of linear
dwt1_embed
- 二维小波变换,实现一维和2维小波变换,并含各种攻击,包括剪切,缩小为75 攻击-Two-dimensional wavelet transform
WaveletTransformsinMATLAB
- 执行一维和二维小波变换在MATLAB环境中。十几包括的小波函数有: * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexit
m090621a
- 三层二维小波变换在压缩领域的应用,将一幅256*256的图像压缩为76*76-Three-two-dimensional wavelet transform in compression applications, will be a 256* 256 image compression for the 76* 76
Iris-feature-extraction-algorithm
- 基于二维小波变换和方向向量,提出一种新的虹膜特征提取方法。该方法的基本思想是考虑虹膜纹理的 灰度变化,对于多层小波分解后的低频分量,分别求其在4个方向上的方向向量,最后形成虹膜码。测试结果表明,该方法能 有效地提高虹膜的识别率,且算法简单、快速。 -The basic principle of the method is as follows.In view of iris textural intensity variation,for the low- frequency c
wavelet_transormation
- 用矩阵实现二维小波变换及功能实现,包括一维计算。-Using matrix 2D wavelet transform
xiaobobinahuan
- 利用二维小波变换对图像进行编码,一个matlab文件,和一张图片,把图片放在路径里就可以-Wavelet transform two-dimensional image is encoded, a matlab file open to use
-two-dimension-wavelet-transform
- 本文讲述了二维小波变换对地震面波的压制,比一维的小波压制更加全面-wavelet tranform
wavelift
- 9/7小波变换以及5/3小波变换,包含了一维变换以及二维变换(this are 9/7 wavelet and 5/3 wavelet)
双树复小波
- 这是一个双树复小波的MATLAB的应用工具箱,里面包含了一维、二维复小波变换代码,可直接调用。(This is a dual tree complex wavelet MATLAB application toolbox, which contains one-dimensional, two-dimensional complex wavelet transform code, which can be directly invoked.)
fft变换
- 图像的fft变换 1. 实现对一幅灰度图像的快速傅立叶变换,并求其变换后的系数分布。 2. 实现对一幅灰度和彩色图像作的离散余弦变换,选择适当的DCT系数阈值对其进行DCT反变换. 3. 利用二维小波分析对一幅图像作2层小波分解,并在此基础上提取各层的低频信息实现图像的压缩.
小波实验
- 哈尔小波转换 一维信号与二维图像的三级分解 信号去噪与重构 morlet小波连续小波变换(Haar wavelet Three level decomposition of one dimensional signal and two dimensional image Signal denoising and reconstruction morlet wavelet continuous wavelet transform)