搜索资源列表
mywavelet
- 小波变换算法的C语言实现,包括DWT,INDWT,提升小波,以及小波去噪的MATLAB源代码-wavelet transform algorithm in C language, including DWT, INDWT upgrade wavelet Wavelet denoising and MATLAB source code
f2l02122004
- 小波算法以及提升格式的实现。用C++实现,Visual C++,Wavelet-wavelet algorithm and the realization upgrade format. C to achieve, Visual C, Wavelet
liftpack-1.0-cc
- 提升小波工具包的c程序源代码,用于图像的分解速度较快。-lifting wavelet tool kits c source code for the image decomposition faster.
LiftDwt97
- 用C++编写的基于提升结构的9/7离散小波变换,边界处理采用的是嵌入式对称结构。
wavecode
- Charles Bloom用C++开发的小波平台,包括提升97小波等一些算法
lift
- 利用C++编写的小波提升算法,高手看一下,怎么样
Wavelet-5-3-lifting
- 第二代小波,也就是提升小波,较传统的小波算法有很大的优势,现在提供5-3小波的C程序实现,供大家参考。
Wavelet
- 二维小波变换,包括提升9.7小波,是用c++语言编程实现的
IntDwt53
- 一个提升的整数小波变换的程序,用C++实现。-an upgrade of the integral wavelet transform procedures, C to achieve.
10_liftwave
- 97提升小波变换源程序,经典的提升小波变换C程序-97 liftwave sourece code
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
lift97
- 97小波的提升编码解码C程序,可用于图像的97小波变换-97
liftHaar
- haar小波的提升编码解码C程序,可用于图像的haar小波变换-haar
image_compress
- 该程序实例首先对二维图像进行提升小波分解,然后构造传统小波分解结构[c,s],接着使用函数ddencmp()获取信号压缩阈值,再采用函数wdencmp()实现图像压缩-First,the program decomposes the image use lifting wavelet , and then construct the traditional wavelet decomposition structure [c, s], then use the function ddencmp
liftwavetransform
- 用c++实现的第二代小波(提升小波)变换,该程序简单易懂,很实用,强力推荐。-Using c++ implementation of second generation wavelets (lifting wavelet) transform, the program easy to understand, very practical and highly recommended.
liftwavelete
- 介绍了提升小波的一些基本概念,并通过C++Builder 编写了图像的提升小波变换,-Some of the basic concepts of lifting wavelet, lifting wavelet transform by C++Builder have been run.
xiaobo-fenjie--chonggou-
- 用c ++以及opencv 编写的提升小波分解与重构的代码,已经试验过了 完全可以实现-failed to translate
基于OpenCV 2.X提升小波变换类
- 基于提升小波变换算法的C++类,利用OpenCV 2.x实现