搜索资源列表
w2D
- 二维图像的小波分解与重构,并画图显示。通过多分辨率分析实现。-2D image wavelet decomposition and reconstruction, and drawing show. Through multiresolution analysis to achieve.
fn_DBn_2D
- 对二维信号(例如二维图像),实现多级小波的分解和重构,用到的小波函数是 DBN 小波,即Daubechies小波。
dec2D_pe
- 对二维图像进行多小波分解,与一维信号多小波分解类似,分解系数从coef.m文件中获取
mydwt2
- 2-D 多级非标准小波分解程序:输入X是要求分解的二维信号,wavename 是用来做分解的小波名称,与matlab的wavename定义一致 N 为分解级数
MATLAB2dwavlet
- 用MATLAB对一图象分别用单尺度和二维小波分解-Using MATLAB image of a single scale, respectively, and two-dimensional wavelet decomposition
2D_M-Band_wavelet_decompositon
- matlab环境下实现的二维图像的mallat小波算法的多进制小波分解-matlab environment to achieve the two-dimensional image of mallat wavelet multi-band wavelet decomposition algorithm
Desktop
- 对小波分解进行了解决,从一维二维来进行了相关的分析,一维进行了具体程序的的编写,根据小波分析算法来分解,对于二维的情况,调用MATLAB来进行了相关的测试,对lena图像进行了小波的分解机合成-Wavelet decomposition of the solution, from a two-dimensional analysis, the specific procedures for the preparation of one-dimensional wavelet analysis t
fft2
- 对图像进行傅里叶变化与反变换、模糊图像处理、二维小波分解与重构、直方图均衡处理等等很多小程序。很实用-The image Fourier transform and inverse transform, fuzzy image processing, two-dimensional wavelet decomposition and reconstruction, histogram equalization, and so many small programs. Very practical
image-fusion
- 二维快速小波变换分解与重构;融合规则是区域能量加权;融合图像评价,包括清晰度、信息熵等-2-D fast wavelet decomposition and reconstruction Area Energy weighted fusion Image fusion uation, including definition, information entropy, etc
bbb
- 二.二维小波分解与重构程序说明 1.主函数 mymain.m:通过调用所写的函数对信号进行二维小波分解与重构 main.m:利用MATLAB中小波变换函数实现 2.调用的子函数 function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D) 函数mydwt() 对 x 进行二维小波分解 输入参数为x,Lo_D,Hi_D x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器 输出参数:cA,cV,cH,cD —— 是