搜索资源列表
TCPxiaobo
- 用DCT变换和小波变换对全色光学图像和多光谱图像进行融合,生成同一图像。-Use DCT transform and wavelet transform of the panchromatic optical images and multi-spectral image fusion to generate the same image.
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
Fingerprint
- 由于指纹所具有的唯一性和不变性,以及指纹识别技术具有很高的可行性和实用性,指纹识别成为目前最流行、最可靠的个人身份认证技术之一。 本论文对指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。 本文针对基于点模式匹配的指纹匹配算法速度较慢的现状,设计了一种新
wavelet-transform
- 小波变换用来对图像进行小波变换分解。 将二维矩阵转换成一个列向量,然后对该列向量进行一次一维小波变换。-wavelet transform
shangchuanwenjian_xiaoboju
- 我所上传的文件是对图像进行小波变换,即小波分解,从而得到图像的小波不变矩。具有可操作性,绝对可以实现-I have uploaded files is to image wavelet transform, the wavelet decomposition, image wavelet moment invariant is obtained. Operable, absolute can be achieved
kie_sc73
- 基于小波变换的数字水印算法matlab代码,利用matlab针对图像进行马氏距离计算 ,采用的是脉冲对消法。- Based on wavelet transform digital watermarking algorithm matlab code, Using matlab to calculate the Mahalanobis distance for the image, It uses a pulse of consumer law.
142062310320 张斌
- 对图像进行小波分析和变换、滤波、灰度化、图像阈值化和分割等(Wavelet transform and transform the image)
CST
- 连续小波变换,用于图像处理,可对图像进行连续小波分解和重构(Continuous wavelet transform for image processing, the image can be continuous wavelet decomposition and reconstruction)
ert
- IBD算法源代码 运用matlab软件,对图像进行模糊处理,利用盲目反卷积进行去模糊化处理(The source code of IBD algorithm uses MATLAB software to fuzzy image processing and defuzzification processing by blind deconvolution)
基于小波变换图像压缩方法的代码
- 这个文件适合基于小波变换图像压缩方法,对图像进行小波变换的压缩!希望你能用的到!(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!)
融合
- 本程序为一个图像融合实现程序。首先,读入图像,此后通过小波变换,在频率域并对图像进行融合。(This program is an image fusion program. First, the image is read into the image, and then the image is fused in the frequency domain through the wavelet transform.)
小波图像分解重构.zip
- 本程序主要的功能就是利用小波变换对图像进行分解以及重构的过程。(Wavelet image decomposition and reconstruction)
图像频域操作全系列
- 对图像进行傅里叶变换,离散余弦变换,小波分解,拉东变换等(Two layers of wavelet decomposition for image)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)