搜索资源列表
imagefusionwavelettransform
- 基于小波变换的图像融合的设计主要可分为三个模块,即图像的小波变换模块、小波系数的融合模块和图像的小波重构模块。 在图像的小波变换部分,主要研究小波的构造。小波的种类有很多,此设计中实现了基于Haar小波、Daubechies小波、Symlets小波和Coiflets小波的图像融合。
基于VC开发的图像小波变换源程序
- 该程序能实现数字图象处理中的很多功能,例如图象复原,小波变换等等!-procedures to achieve the digital image processing of many functions, such as image restoration, wavelet transform, etc.!
图像的小波变换源代码
- 运用小波变换将图像从空间域转换到频率域
图像处理
- (9)VC编写的完整的图像处理程序。包括二值化、阈值分隔、边缘监测、小波变换、图像压缩、Hough变换等
GHM多小波变换
- MATLAB中实现彩色图像的GHM多小波变换
waffles.rar
- 小波变换在图像处理中占有重要位置,程序详细给出算法的的实现过程
123
- 小波变换,图像的各种变化基于小波变换模极大的多尺度图像边缘检测matlab源代码-xiaobobianhuan
hundun_svd_0525
- 效果非常好的数字水印的源代码,实现了基于小波变换的奇异值分解算法,选取载体图像的LH子带作为载体,并进行攻击测试算法性能-The effect of a very good source of digital watermarking, wavelet transform based on the realization of the singular value decomposition algorithm, select the carrier of the LH sub-band ima
PyramidImageMatchingII
- 针对离散小波变换对于图像平移和旋转的敏感性,提出了一种基于可操纵金字塔的图像匹配算法。-Discrete wavelet transform for image translation and rotation sensitivity of a steerable pyramid-based image matching algorithm.
mulscal_edge
- 通过多尺度小波变换获取图像边缘的软件包,可以用来分割图像-Through a multi-scale wavelet transform to obtain the image edge of the package
mapdsp
- 在本实验中,小波函数采用Daubechies小波,取10阶消失矩的Daubechies滤波器。对图像数据进行一级小波变换并利用变换得到的数据进行图像重建。-In this experiment, the wavelet function using Daubechies wavelet, taking 10 first-order vanishing moments of the Daubechies filter. The image data, a wavelet transform to
wavetransfprm
- 小波变换 VC++的演示源代码,应用到了图像处理上,打开BMP图像 ,可以进行小波一次、二次、三次变换,也可以进行行列变换、滤波及反变换,这里不多说,源代码是最好的说明 。 -Wavelet Transform Demonstration VC++ source code, applied to image processing, open BMP images, can be wavelet once, twice, three times a transformation, the ra
VC_wave_code
- 基于VC开发的图像小波变换源程序,经过测试,可以运行。-VC Source code
1
- 小波变换图像增强程序。以及非线性的处理程序。 MATLAB编译环境。-Wavelet transform image enhancement program. And non-linear process. MATLAB compilation environment.
图像处理中小波变化的应用
- 利用小波变化降噪,图像处理方面,快速小波变换在MATLAB中的代码(Noise reduction using wavelet transform)
小波变换
- DFT小波变换,主要用于图像视频处理中,是DFT的最基本变换形式。(Discrete wavelet transform,is mainly used for image processing,and it's the most basic form of the transformation.)
基于小波变换图像压缩方法的代码
- 这个文件适合基于小波变换图像压缩方法,对图像进行小波变换的压缩!希望你能用的到!(This file is suitable for the image compression method based on the wavelet transform, and the image is compressed by the wavelet transform. I hope you can use it!)
Image Fusion Based Wavelet Transform
- matlab 程序 基于小波变换的实现灰度图像的融合 经过测试可以使用(The matlab program is based on the wavelet transform to realize the fusion of gray image and can be used after testing.)
小波图像分解重构.zip
- 本程序主要的功能就是利用小波变换对图像进行分解以及重构的过程。(Wavelet image decomposition and reconstruction)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)