资源列表
小波分解与重构的几个matlab程序
- 用matlab实现小波分解与重构的几个程序的源代码。-using Matlab achieve wavelet decomposition and reconstruction of several programs at the source code.
小波图像分解与合成
- 3次非标准小波分解和重构, 使用两种小波:Haar小波和db9小波 设计3级小波分解和重构图像的程序 用你自己的照片作对象,显示其中任一种小波图像分解和重构过程 使用Haar小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” 使用db9小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” -3rd standard wavelet decomposition and reconstr
提升法实现第二代小波变换
- 提升方法实现小波变换,大大提高了小波变换的速度,并且不会降低图像恢复质量,很有价值的算法实现-upgrade method wavelet transform and greatly enhance the speed of wavelet transform, and will not reduce the image restoration quality, great value Algorithm
kalman滤波
- 这是用VC编写得karman滤波,由于设计了矩阵运算,所以将程序拆开写了-A kalman filter function written with VC and be split because matrix operation has been designed.
小波算法的VC实现
- 小波变换的VC实现
滤波去噪
- 用MATLAB进行去除斑点噪声用MATLAB进行去除斑点噪声用MATLAB进行去除斑点噪声
小波变换
- 小波变换源代码,支持灰度图,和24位,32位真彩图
小波变换的实现
- 在MATLAB中实现小波变换
haar wavelet
- haar wavelet
量化水印嵌入
- 以量化方法嵌入水印信息
VC++图像处理最基本算法
- 专门用于图像处理的最基本算法,包括傅里叶变换,滤波,平滑等基算法