搜索资源列表
小波图像分解与合成
- 3次非标准小波分解和重构, 使用两种小波:Haar小波和db9小波 设计3级小波分解和重构图像的程序 用你自己的照片作对象,显示其中任一种小波图像分解和重构过程 使用Haar小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” 使用db9小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” -3rd standard wavelet decomposition and reconstr
小波分解matlab程序
- 图像处理的小波分解的matlab程序
Nlayer_denoise.rar 小波阈值去噪
- 小波阈值去噪。对图像加噪,并进行小波1到4层分解去噪,给出信噪比走势图,Wavelet threshold denoising. Image noise, and 1-4 layers of wavelet decomposition of de-noising, signal to noise ratio is given chart
homework.m.rar
- 小波图像的分解与合成,采用非标准小波变换方式,在四个不同的窗口分别对输入的图像进行三级小波变换的全过程,Wavelet image decomposition and synthesis using wavelet transform non-standard way, the window in four different input images were carried out on three levels of the whole process of wavelet transfo
mulwave
- 此函数基于二进小波的分解、重构的图像去噪-This function is based on the dyadic wavelet decomposition, reconstruction of the image denoising
nstdhaardec2
- 小波图像分解与合成 应用HARR小波,对图像进行分解与合成-Wavelet image decomposition and synthesis application HARR wavelet decomposition and synthesis of image
wavelet
- 实现小波包能量分解(6层分解),且易于参考从而编写出小波能量分解。-Implementation of wavelet packet energy decomposition (decomposition of 6-layer), and easy-to-reference to the preparation of a wavelet decomposition of energy.
xiaoshutuxiang
- 深入研究对基于零树的小波图像压缩算法,利用多分辨分析对图像进行了小波分解,并利用零树编码算法对图像进行压缩。 -In-depth study of the zero-tree wavelet-based image compression algorithm using multi-resolution analysis of wavelet image decomposition, and using zero-tree coding algorithm for image compres
xiaobo
- 二位小波图像增强 比较基本的小波变换 小波分解 图像增强-Image enhancement
基于小波变换的图像融合源代码
- 利用小波变换融合红外图像与可见光图像,提高图像质量(Infrared image and visible light image are fused by wavelet transform to improve image quality)
5_3小波分解与重构
- 图像图形小波分解与重构算法 MATLAB 语言源程序(Wavelet decomposition)
小波去噪
- 运用小波阈值实现图像去噪,同时有小波的分解与重构。(Wavelet threshold is used to realize image denoising and wavelet decomposition and reconstruction.)
小波图像分解重构.zip
- 本程序主要的功能就是利用小波变换对图像进行分解以及重构的过程。(Wavelet image decomposition and reconstruction)
图像小波分解
- 利用MATLAB程序进行的图像的小波分解(Wavelet decomposition of images)
小波例程讲解分析
- 此编程主要是讲解一些小波变换方面的例子,例如去噪,图像处理和小波变换分解,方便大家学习和应用,均可实现(This programming is mainly to explain some examples of wavelet transform, for example, denoising, image processing and wavelet transform decomposition, so that everyone can learn and apply.)
小波分解
- 将图像进行二层小波分解,里面有两种不同的算法,同时绘制了图像的直方图(Two layers of wavelet decomposition of images)
小波基函数
- 我们通常用的函数dbn中的n就是这个小波函数的消失矩; 消失矩越大,它的支撑长度就越大,通常是支撑长度不少于2*n-1的; 消失矩越大,对应的滤波器越平坦,而且小波函数的振荡很强. 光滑函数在利用小波展开后的零点越多,也就是说小波的消失矩的大小, 决定了小波逼近光滑信号的能力.这一点也可以用来进行图像压缩. 越大的消失矩将使高频系数越小,小波分解后的图像能量也就很集中,压缩比例就越高. 通常我们都愿意采用消失矩较高的小波函数. 我们可以对一个信号,采用不同的消失矩的小波函数来分
双树复小波分解+特征提取+输出Excel
- 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)
小波实验
- 哈尔小波转换 一维信号与二维图像的三级分解 信号去噪与重构 morlet小波连续小波变换(Haar wavelet Three level decomposition of one dimensional signal and two dimensional image Signal denoising and reconstruction morlet wavelet continuous wavelet transform)