搜索资源列表
基于离散小波变换的数字水印技术
- 基于离散小波变换的数字水印技术 利用matlab编写-based on the discrete wavelet transform digital watermarking technology used to prepare Matlab
2ddwt二维离散db小波
- 小波变换子程序-Wavelet Transform Subroutine
Dwt离散db小波
- 小波变换子程序-Wavelet Transform Subroutine
dwt
- 图像离散小波变换源代码-images DWT source code
小波变换的快速离散算法实现及应用
- 小波变换的快速离散算法实现及应用-wavelet transform fast discrete algorithm and its application
小波变换和几何变换及点运算类
- 常用的小波变换、傅立叶变换、离散余弦变换、图像旋转、平移、缩放类模块,用户只需运行时只需调用相应的模块,这是我从我们开发的系统中剥离出来的类模块,供大家使用,希望大家能喜欢!-commonly used wavelet transform, Fourier transform, discrete cosine transform, image rotation, translation, scaling type module, use
dwt-wavelet
- 离散小波变换源程序-DWT source
vc编写的小波正反变换的源码
- 用VC写的一个小波正反变换.新一代静止图像压缩标准JPEG2000将离散小波变换(DWT)作为其核心变换技术.-VC write a wavelet transform pros. A new generation of geostationary JPEG2000 image compression standard of discrete wavelet transform (DWT) as its core technology
小波程序
- 这是一个关于小波应用工程程序的期末作业,里面包括连续小波变换和离散小波变换,适合初学者使用-This is a project on the application of wavelet end of the operating procedures, including inside the continuous wavelet transform and discrete wavelet transform, for beginne
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
离散小波变换
- 1 本程序通过Mallat算法实现小波变换 2 本程序能打开任意长宽比的bmp图像,正方形的raw图像,352*288的gray图像,不能打开jpg图像-a procedure Mallat algorithm wavelet transform two procedures would open the arbitrary aspect ratio of bmp image, the raw square image, 352*
离散小波变换(DWT)
- 离散小波变化的程序,用C++代码实现。其中子函数包括墨西哥帽函数,待分析函数-discrete wavelet changes in the procedures, using C++ code to achieve. Functions which include Mexico apparatus function, pending analysis functions
图12-8应用离散小波变换检测不连续点-150605
- 应用离散小波变换检测不连续点 用matlab实现-application DWT not detected using Matlab consecutive points to achieve
基于离散小波变换的数字水印技术
- 基于离散小波变换的数字水印技术 利用matlab编写-based on the discrete wavelet transform digital watermarking technology used to prepare Matlab
wavelet_dwt
- vc++环境下编译的多个离散小波变换的程序-vc environment compiler multiple discrete wavelet transform procedures
vc__wavelet
- 详细的小波变换的源代码,用VC++编写的。可以实现多种小波基函数下的离散小波变换。具有相当高的参考价值!-detailed wavelet transform source code, prepared by the VC. Could achieve multiple wavelet function under the discrete wavelet transform. Have very high reference valu
wavelet_lab2
- 对图像做二维离散小波变换,分解级数为3级,并重构图像,不直接调用Matlab的dwt和idwt函数。-pair of 2-dimensional images DWT, decomposition of the three series, and Image Reconstruction, not directly call Matlab dwt and idwt function.
小波变换
- 利用小波变换进行特征提取,尤其对离散小波变换。
离散小波变换
- 我实现的离散小波变换,可直接运行,采用三级变换(Discrete wavelet thransform)
二维离散小波变换的代码
- 二维小波变换,不断分层,依次类推,形成卷积数组(Two dimensional wavelet stratification, continuous.)