搜索资源列表
db97
- DB97提升小波程序,实现任意偶数大小图像双正交97提升小波变换,比传统的CDF97卷积算法好-DB97 lifting wavelet procedures, arbitrary size images even biorthogonal wavelet transform 97 upgrade, than the traditional filter convolution algorithm good
tisheng97
- 提升法97经典程序 本程序实现任意偶数大小图像第二代双正交97提升小波变换 -upgrade procedures of the classic program arbitrary size images even second generation of biorthogonal wavelet transform 97 upgrade
liftingcode
- 本代码依据提升小波原理自己编写,供大家参考,其中的正反变换大家能清楚看到了-the code based on wavelet theory enhance their preparation for your reference, the pros and transform you can clearly see the
Liftingwavelet
- 提升小波的源码,其中有m文件跟java文件。大家需要的话,可以下载使用!
liftwavelet
- 用VC++编写的关于97提升小波与53提升小波的若干水印程序,模块化,稍加修改就可以用到自己的程序中
Wavelet-5-3-lifting
- 第二代小波,也就是提升小波,较传统的小波算法有很大的优势,现在提供5-3小波的C程序实现,供大家参考。
2-Dliftingwavelettransform
- 二维提升小波,matlab实现.Multi-level discrete two-dimension wavelet transform based on lifting method.
基于提升小波变换的图像压缩
- 基于提升小波的图像压缩方法,算法简单,实现容易!!
第二代提升小波变换
- 本程序是第二代提升小波变换,本程序简单易懂
wavelet_code
- 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly
HIC
- 本程序使用VC++编写,主要实现Spiht编码算法。Spiht算法虽然已经非常成熟,但本程序还是有了新的闪光点,程序中的小波算法使用的是9/7提升小波-This procedure using the VC++ development, the main Spiht coding algorithm. Spiht algorithm has been very mature, but a new procedure or闪光点, procedures in the algorithm using
wavelet-cpp-code
- b样条小波,daubchies小波,多小波,haar小波,line小波的提升实现方法-bsplane wavelet lifting, daubchies wavelet lifting, polywavelet lifting, haarwavelet lifting and line wavelet lifting
5_3_lifting
- 关于5/3提升小波的源程序,对学习小波变换的人很有帮助的-About 5/3 lifting wavelet source, to learn useful wavelet transform of people
lift97
- 97小波的提升编码解码C程序,可用于图像的97小波变换-97
image_denoise
- 以实例说明如何通过图像的提升小波分解进行图像的去噪,其方法与一般去噪方法相同,都是对小波分解的高频系数进行阈值量化来达到去噪的目的-Take example to explain how to denoise the image by lifting wavelet decomposing
edge
- 小波变换自80年代发展至今,一直得到人们的关注,本程序利用提升小波,进行边缘检测-80 years since the development of wavelet transform has been received attention, the procedures used wavelet, edge detection
wavelift
- 进行二维小波提升算法,其中包括D9/7和D5/3两种提升滤波器的算法,使用方法可仿效算法中的例子程序-Two-dimensional wavelet lifting scheme, including D9/7 and D5/3 of two filter algorithms to enhance the use of methods to follow the example program algorithm
Daubechies
- Daubechies提升小波在图像去噪中的仿真研究.caj 有需要的朋友可以下载作参考-Daubechies.caj
基于小波变换的图像匹配
- 使用小波变换进行图像匹配,从而提升其匹配速度(Using the wavelet transform to match the image, so as to improve the matching speed.)
db97
- %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序
