资源列表
本代码利用小波变换,实现了两幅图像的融合
- 本代码利用小波变换,实现了两幅图像的融合,使用了小波分析工具箱wavemenu,使用了小波分析函数wavedec2()进行小波变换-The code using wavelet transform, to achieve a fusion of two images, using wavelet analysis toolbox wavemenu, using wavelet analysis function wavedec2 () wavelet transform
wavelet-transform
- 一个wavelet-transformation的应用界面C程序-A wavelet-transformation process of the application interface C
ExactWedgeletTrans
- Wedgelet变换分解源代码 WedgeletApprox BestWedgeletPartition WedgeletAnalysis WedgeletSynthesis SlowWedgeTrans-Wedgelet related algorithms
Daubechies.zip
- Daubechies D4变换,是小波变换中,一个最基本的变换方法。,Daubechies D4 transform is wavelet transform, a fundamental transformation.
waveletfractal
- 基于小波理论的分形图形源码和分形动画源码
RadarFunctions
- Radar System Performance Modeling, Second Edition 的光盘源码-Radar System Performance Modeling, Second Edition
FreTrans
- 实现图像的正交变换,包括傅立叶变换,沃尔什变换,小波变换等
nsct_toolbox
- 多尺度图像非下采样轮廓波变换(NSCT)的工具箱,实现代码为Matlab版本。可用于图像的多尺度分析,如图像压缩、图像分割、图像融合和超分辨率等。-Multi-scale image nonsubsampled contourlet transform (NSCT) toolbox, code Matlab version. The images can be used for multi-scale analysis, such as image compression, image segm
HarmonicWaveletAnalysis
- 微弱振动信号的谐波小波频域提取,实现了强噪声下微弱周期振动信号的频域提取。-Harmonic Wavelet Analysis of the weak vibration signal frequency domain to extract, weak periodic vibration signal in the frequency domain to extract the strong noise.
wtlib
- 小波变换的部分程序,主程序,部分程序,主程序-wavecompile,program,wavecompile
WaveletFilter
- 用于小波滤波的visual c++源代码-Wavelet filter for visual c++ source code
Trousxiaobo-fusion
- 基于Trous小波算法的影像融合由于存在抽取和插值运算,其结果存在一定的相位失真Trous小波算法通过有限滤波器内插近似实现对影像数据的无抽取离散小波变换较好地解决了上述问题,在阐述影像数据融合原理的基础上给出了基于Trous小波变换的影像融合处理方法和过程。