搜索资源列表
wvlt2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
faac2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
Wavelets2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
trous
- 采用多孔trous算法(undecimated wavelet transform)实现小波变换,用的是一维信号
duokongsuanfa
- 采用多孔trous算法(undecimated wavelet transform)实现小波变换,用的是一维信号
imageprocessingtransform
- 图像处理中的各种变换源代码。包括一维,二维小波等源代码。-image processing transform the source code. Including one-dimensional, two-dimensional wavelet other source.
DWT_1D
- 该程序为一维离散小波变换的matlab程序,很实用
WavelAlg
- 本系统是一个基于VC++的小波算法,包含两个变换,一维小波变换和二维小波变换,对图像处理和视频压缩方面有很广泛的应用。-Based on this system is a VC++ Wavelet algorithm, consists of two transformations, one-dimensional wavelet transform and two-dimensional wavelet transform of image processing and video compr
scilab-dwt(haar-daubechies)
- 是scilab的源程序,是一维的haar小波变换和一维的daubechies小波变换。已经调试过,可以使用。里面还附有卷积的源代码。-Is the scilab source is one-dimensional haar wavelet transform and one-dimensional wavelet transform daubechies. Have been debug, you can use. There was also accompanied by convolutio
xiaobobianhuantux
- 小波变换是一种快速发展和比较流行的信号分析方法, 其在图像处理中有非常重要的应用, 包括图像压缩, 图像去噪, 图像融合, 图像分解, 图像增强等。小波分析是傅立叶分析思想方法的发展与延拓。除了连续小波 (CWT)、离散小波(DWT), 还有小波包avelet Packet)和多维小波。本文主要介绍小波变换的发展及其在图像处理、的应用-Wavelet transform is a fast-growing and more popular method of signal analysis,
wavfft
- 对一个一维信号进行傅里叶变换和小波变换去噪,并比较两者的优劣,对小波变换初学者有很大帮助。-For a one-dimensional Fourier transform and wavelet signal denoising, and compare the advantages and disadvantages, the wavelet transform of great help for beginners.
Annas-EMD
- 一种二维EMD算法,作者是Anna Linderhed,该学者博士研究课题为二维EMD和小波变换,她的二维EMD算法与Nenus或其他学者的算法有较大的不同。-A two-dimensional EMD algorithm, the author is Anna Linderhed, her Ph.D. research topic is bidimensional EMD and wavelet transform. Her two-dimensional EMD algorithm is q
Gabor-Matlab1
- gabor小波变换提取图像纹理信息,得到一维向量。-gabor wavelet transform to extract image texture information
new-multiwave-method-
- 多维小波变换实现一种新的处理方法和途径。可用于图像处理-The multi-dimensional wavelet transform to achieve a new deal with the ways and means
dwt
- 用opencv实现对一幅图像的小波变换 opencv 图像二维小波变换-The wavelet transform of an image with opencv
Ant-colony-algorithm-and-Powell-
- 该文提出了一种蚁群算法和 Powell 法相结合 的多分辨率搜索优化算法。该算法以互信息作为相似性测度,采用基于小波变换的多分辨率策略,将蚁群算法与Powell法结合起来对三维的CT,MR图像进行了配准。-This paper proposes a new ant colony algorithm and Powell Combination of multi-resolution search optimization algorithms. The algorithm mutual in
wavelet
- 小波变换的matlab函数的各种的应用包括一维二维小波变换和小波变换的应用-wavelet detect and application of the wavelet
xiaobobinahuan
- 利用二维小波变换对图像进行编码,一个matlab文件,和一张图片,把图片放在路径里就可以-Wavelet transform two-dimensional image is encoded, a matlab file open to use
WVLT
- 本目录存放的是图像小波变换的程序源代码,子目录说明: \wvlt\lib\ 中存放的一些基本的小波基定义和相关库函数; \wvlt\wrefine\ 中存放的是小波基细化的程序代码; \wvlt\wxfrm\ 中存放的是一维小波变换的数学实现。-Catalog source code is stored in an image wavelet transform, described subdirectories: \ wvlt \ some basic definitions an
fft变换
- 图像的fft变换 1. 实现对一幅灰度图像的快速傅立叶变换,并求其变换后的系数分布。 2. 实现对一幅灰度和彩色图像作的离散余弦变换,选择适当的DCT系数阈值对其进行DCT反变换. 3. 利用二维小波分析对一幅图像作2层小波分解,并在此基础上提取各层的低频信息实现图像的压缩.