搜索资源列表
SharpWavelet.zip
- Wavelet implementation in C#, translated from algorithms in classic Wavelet book by Percival and Walden. This pack includes DWT and MODWT transforms as well as many wavelet filter coefficients. This translation is not posted anywhere else, enjoy!
tuxiangpipei
- 基于小波变换的多分辨匹配算法: 首先利用小波的多分辩率特性将匹配图像和模板图像分解到乙层上,并且只保留LL低频部分,然后利用归一化相关法作为相似性度量,进行由粗到细的相关匹配过程,每次利用下一层的匹配结果在上层小范围内搜索。这样做极大地减少了搜索空间,而且减少了每次匹配计算相似度的数据量。 -Wavelet multiresolution matching algorithms: a wavelet multi-resolution feature will match the imag
waveletDB4PRO
- 在理解了离散小波变换的基本原理和算法的基础上,通过设计VC程序对简单的一维信号进行小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的-Understand the discrete wavelet transform in the fundamental principles and algorithms, based on the VC program by designing a simple one-dimensional signal wavelet coef
Digital-Signal-Processing
- 数字信号处理C语言程序集。里面包含全部的数字信号处理中各种算法的C程序设计。-Digital Signal Processing C-assemblies. Which contains all of the digital signal processing algorithms in a variety of C programming.
fdct3d
- CurveLab is a collection of Matlab and C++ programs to compute fast discrete curvelet transform in two and three dimensions. The 2d software includes the implementations of two algorithms: the transform using wrapping and the one using unequ