搜索资源列表
VC_ImageProcessing
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
mallat11
- 小波谱分析mallat算法经典程序,圆周卷积的快速傅里叶变换-small spectral analysis algorithm Mallat classic procedure, the circular convolution Fast Fourier Transform
pufenxi
- 小波谱分析mallat算法经典程序,用的也是一维信号-small spectral analysis algorithm Mallat classic procedures, as well as the one-dimensional signal
wavelet1
- 利用matlab对图象进行二维离散变换(Mallat快速算法)-using Matlab for discrete two-dimensional image transform (Mallat fast algorithm)
wavelettranslation
- 1 本程序通过Mallat算法实现小波变换 2 本程序能打开任意长宽比的bmp图像,正方形的raw图像,352*288的gray图像,不能打开jpg图像
tuxiangbianh
- 离散小波变换与离散小波反变换 快速小波变换(Mallat小波分解算法):对一幅图像做2级小波分解(离散小波变换)与合成(离散小波反变换)-Discrete wavelet transform and discrete wavelet inverse transform fast wavelet transform (Mallat wavelet decomposition): For an image to do 2 wavelet transform (DWT) and synthesis (
wavelet_signal
- 采用Mallat算法的一维和二维小波分解程序代码-Mallat algorithm using one-dimensional and two-dimensional wavelet decomposition code
EZW
- 小波分析具有很强的数学背景,因此学好和应用好小波有一定的难度。本文研究的则是小波变换在数字图像处理中的应用,文中介绍了数字图像处理的基本概念和小波变换的基本理论及其在图像处理中的应用技术—Mallat算法,并应用Mallat算法来实现图像小波变换,以及对小波变换后的图像进行嵌入式小波零树系数编码的理论研究。本文在最后对应用Visual C++编程实现其变换进行分析和总结。-The main topic article discuss is wavelet transform the applic
ezw(1)
- 小波分析具有很强的数学背景,因此学好和应用好小波有一定的难度。本文研究的则是小波变换在数字图像处理中的应用,文中介绍了数字图像处理的基本概念和小波变换的基本理论及其在图像处理中的应用技术—Mallat算法,并应用Mallat算法来实现图像小波变换,以及对小波变换后的图像进行嵌入式小波零树系数编码的理论研究。本文在最后对应用Visual C++编程实现其变换进行分析和总结-Mallat algorithm that use the software of VC++ realize of the
xinxilun
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
pinyubianhuan
- 自己编写过的图像处理的频率域变换源码,包含FFT,DCT,Harr小波算法,Mallat金字塔小波算法-I have written off the frequency domain transform image processing source code, including FFT, DCT, Harr wavelet algorithm, Mallat pyramid wavelet algorithm
mallat_algorithm
- 小波谱分析mallat(马拉)算法matlab程序 实现了mallat算法的分解和重构,已经通过调试,简单实用,模块化有利于调用-Wavelet spectral analysis using mallat algorithm
xiaobopu-matlab
- 小波谱分析mallat算法经典程序,很简练-Classical algorithm for spectral analysis mallat small program, it is concise
Mallat_Atrous
- Mallat算法和Atrous算法实现任意一维信号和二维图像的分解与重构。-Mallat algorithm and Atrous algorithm to achieve the arbitrary one-dimensional signals and two-dimensional image decomposition and reconstruction.
codefile
- 小波变换图像处理,Mallat算法实现二维小波变换,图像分解,图像重构,有图有历程-Wavelet transform image processing, Mallat algorithm to achieve a two-dimensional wavelet transform, image decomposition, and image reconstruction, pictures and history of
wavelet-transform-__mallat
- 基于matlab平台,用mallat算法对图像进行降噪处理-Based on matlab platform, with mallat algorithm for image noise reduction processing
2
- 采用haar小波实现二维图像的分解与重构(mallat算法):-Two-dimensional image using haar wavelet decomposition and reconstruction (mallat algorithm):
4
- 采用db4小波实现二维图像的分解与重建(mallat算法)-Two-dimensional images using db4 wavelet decomposition and reconstruction (mallat algorithm)
Application-of-Wavelet-Transform
- 小波变换在数字图像处理中的应用是小波变换典型的应用之一。由信号分析中傅里叶变换的不足引出小波变换, 然后简单介绍了小波变换的定义和种类, 分析了小波变换的性质和Mallat 算法, 总结了小波变换在数字图像处理中的四种应用:基于小波变换的图像压缩、图像去噪、图像增强和图像融合, 分析了四种应用的过程及特点, 同时进行了相应的Matlab试验与仿真。试验结果表明, 小波变换在数字图像处理中的应用切实可行、简单方便、效果好、有很强的实用价值, 有较好的应用前景。-The applicatio n o
Vc6_Image
- VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术