-
一个具体的小波变换实现源代码; wavelet 子目录中存放的是基本的小波处理函数代码; wavelet_plugin 子目录中存放的是.dll的实现代码。...
一个具体的小波变换实现源代码; wavelet 子目录中存放的是基本的小波处理函数代码; wavelet_plugin 子目录中存放的是.dll的实现代码。- A concrete wavelet transformation realization source code; In
the wavelet child directory deposits is the basic wavelet processing
function code; In the wavelet_plugin child directory deposits is dll
realization code.
- 2023-05-21 17:45:04下载
- 积分:1
-
图像处理小波变换算法及编程技巧
有关图像处理中小波变换的算法及编程技巧-the image processing wavelet transform algorithms and programming skills
- 2022-07-04 13:21:07下载
- 积分:1
-
利用小波的对图像的分解和重构,然后对重构图像消噪,并比较消噪前后的图像。...
利用小波的对图像的分解和重构,然后对重构图像消噪,并比较消噪前后的图像。-the use of wavelet image decomposition and reconstruction, and then reconstructed image denoising, and compare the before and after denoising images.
- 2022-11-28 13:30:04下载
- 积分:1
-
An Introduction to Wavelets
An Introduction to Wavelets
- 2022-03-11 11:51:25下载
- 积分:1
-
关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换...
关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个共扼转置可以搞顶。但FFT的使用必须找到与分解序列的关系。-on Wavelet Transform procedures [best] Note : This algorithm important concept is not speed quickly. Because FOR cycle nowadays. This program cycle from the point of view of Matrix, circular convolution and fast Fourier transform is established links. To achieve the decomposition and reconstruction without distortion. It only had one decomposition, 256x256 graphics will be 64x64 decomposition of the four graphics, avoiding the use of WKEEP () confusion. The main idea of using wavelet filter generator orthogonal array W, write to transform B = W* A* W, anti-Transform : A = W* A* W, which is orthogonal transformation all the same. W cycle orthogonal matrix, can be used to achieve rapid FFT computation, on the dif
- 2022-08-03 21:47:23下载
- 积分:1
-
一种基于小波变换的简单水印算法
一个简单的基于小波变换水印算法,抗攻击能力较强-A simple Watermarking Algorithm Based on Wavelet Transform, anti-attack ability
- 2022-12-29 21:00:03下载
- 积分:1
-
emd算法部分程序,建议刚学习的同学看看,很有价值的!
emd算法部分程序,建议刚学习的同学看看,很有价值的!-EMD algorithm part of the program, proposed just learning students see great value!
- 2022-03-18 08:59:33下载
- 积分:1
-
本程序实现二维灰度图像的小波变换和逆变换。
直接运行本目录下的批处理程序run即可。
用户需自己输入以下参数:
1. 图像文件名(len...
本程序实现二维灰度图像的小波变换和逆变换。
直接运行本目录下的批处理程序run即可。
用户需自己输入以下参数:
1. 图像文件名(lena.bmp,若使用其它图像请先放入本目录下)
2. 选用的小波名称(本程序中可使用haar及db2-db5)
3. 小波变换的级数。
运行结束后小波变换与逆变换结果分别保存在dec.bmp与rec.bmp中。-This procedure realize two-dimensional gray-scale image wavelet transform and inverse transform. Catalog under the direct operation of a batch process can run. Users need their own, enter the following parameters: 1. Image file name (lena.bmp, if the use of other images, please Add Catalog under) 2. Wavelet chosen name (This procedure can be used haar and db2-db5) 3. Wavelet Transform series. Run after the wavelet transform and inverse transform results are stored in dec.bmp in with rec.bmp.
- 2022-02-15 13:20:54下载
- 积分:1
-
基于小波变换的彩色图像压缩.
基于小波变换的彩色图像压缩.-based on wavelet transform color image compression.
- 2022-11-19 23:15:03下载
- 积分:1
-
一个小波边缘检测的MATLAB程序,一个小波边缘检测的MATLAB程序
一个小波边缘检测的MATLAB程序,一个小波边缘检测的MATLAB程序-One of the MATLAB wavelet edge detection procedure, one of the MATLAB wavelet edge detection procedure
- 2022-07-03 15:17:02下载
- 积分:1