搜索资源列表
利用haar小波变换对图像进行分解与重构
- 这个程序是用harr小波对图像进行分解和重构,是个可执行的源代码,已通过调试,大家可用来学习-this procedure is right Harr wavelet image decomposition and reconstruction, is the source of executable code, the debugging, you can be used for learning
w2D
- 二维图像的小波分解与重构,并画图显示。通过多分辨率分析实现。-2D image wavelet decomposition and reconstruction, and drawing show. Through multiresolution analysis to achieve.
fn_DBn_2D
- 对二维信号(例如二维图像),实现多级小波的分解和重构,用到的小波函数是 DBN 小波,即Daubechies小波。
nstdhaardemo
- 显示图像3级非标准Haar小波规格化分解与重构过程
mw
- 多小波处理程序,实现常用多小波与单小波小波分解重构,具有预滤波与后滤波功能
图象处理集合
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : S
modetest
- 不同小波在不同的分解模式下3级分解与重构图像,供大家参考学习。-Wavelet decomposition of different modes in different decomposition and reconstruction of three images for your reference study.
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
waveletsubband
- 基于小波分解的图像子带编码重构,代码简单易懂,便于理解小波变换-wavelet based compression sub-band coding
xb
- 这个程序是用harr小波对图像进行分解和重构,是个可执行的源代码,已通过调试-this procedure is right Harr wavelet image decomposition and reconstruction, is the source of executable code
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 —— 是