搜索资源列表
w2D
- 二维图像的小波分解与重构,并画图显示。通过多分辨率分析实现。-2D image wavelet decomposition and reconstruction, and drawing show. Through multiresolution analysis to achieve.
tuxiang
- 主要是对图像实现DFT,DCT变换,利用二维小波分析对图像作二层小波分解,显示条状图,十字图及频谱等
imageprocessing6
- 1.选择一幅图像,对该图像进行DCT块操作(将图像分成8×8小块,对每个小块进行DCT变换)。 2.利用屏蔽矩阵对DCT系数进行区域选择,然后进行逆变换(IDCT),合成原图像,计算合成图像的PSNR。 3.选择一小波函数,对一幅图像进行分解,显示各变换系数,观察其规律,并进行小波逆变换,合成原图像。
erweixiaobobianhuan
- 此示意程序用DWT实现二维小波变换 1.调原始图像矩阵 2.进行二维小波分解 3.分解结果显示 重构源图像及结果显示
wavelet2D
- 小波分解图像,并显示分解系数图像。可多重小波分解。可以任意选择小波。三十个字三十个字三十个字三十个字
image2
- 调用二维小波分解函数进行图像分解,最后显示分解图像的塔式结构
小波图像分解与合成
- 3次非标准小波分解和重构, 使用两种小波:Haar小波和db9小波 设计3级小波分解和重构图像的程序 用你自己的照片作对象,显示其中任一种小波图像分解和重构过程 使用Haar小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” 使用db9小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” -3rd standard wavelet decomposition and reconstr
matlab
- 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
Wavelet
- Visual C++下的小波变换,小波分解与重构,加入噪声分析,显示分解和重构图形。-Wavelets for data encode and uncode, the figures would be shown.
wavelet
- 图像小波变换的C++源码,实现原图像的显示与小波分解后的显示,操作直观、简单。-Wavelet Transform Image C++ source code to achieve the display of the original image after the wavelet decomposition and show that the operation intuitive and simple.
Matlab_wavelet
- 掌握小波分析在图像分析等各方面的应用。对图像进行二维离散小波分解、多尺度二维离散小波分解 并提取二维小波分解的高频系数和低频系数, 画出原始图形并显示分解结果。-Master the application of wavelet analysis in image analysis and other applications. Image two-dimensional discrete wavelet decomposition, multi-scale two-dimensiona
2D-Wavelet-Transformation
- 用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示-Wavelet transform in 2-D dimentation
wavelettransform
- 本程序实现一、二、三级小波分解,并显示各个分解效果图。-The procedure to achieve one, two, three-level wavelet decomposition, and show the various decomposition Picture.
2Dwavelet
- 该程序用来实现对图片的多级小波分解!提取多级分解后各子带的小波系数!-The program is used to achieve multi-level wavelet decomposition of an image! And extraction of multi-level decomposition of the wavelet coefficients of each sub-band!
DWT_2D
- 本程序用DWT实现二维小波变换,进行二维小波分解并显示分解结果。-Mallat algorithm for 2-D wavelet transform. M-file Download
xiaobohuidutuxiang
- 先将彩色图像灰度化,然后利用小波分解分解其高频和低频成分,然后分别单独显示3个高频图像以及总的高频图像-The first color image gray, and then use wavelet decomposition of the high-frequency and low-frequency components, and then separately to three high-frequency image and high-frequency image
GUISHEJIMATLAB3
- 这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-This program debug version then matlab2012b success in graduate design information
wavedec2
- 利用函数wavedec2()实现图像多层小波分解及显示-Wavedec2 functions () multilayer image wavelet decomposition and display
xiaobo_lisan
- 离散小波变换,单尺度一维离散小波分解,多层一维分解,对雷达单道数据进行小波离散处理及显示-Discrete wavelet transform, a single one-dimensional discrete wavelet scale, multi-dimensional decomposition, single-channel radar data processing and display discrete wavelet
MATLAB代码
- 基于MATLAB数字图像处理技术,对二值图像进行编解码,根据函数调用格式【C,S】=wavedec2(X,N,'wname')中返回的C和S,利用Gabor核函数实现图像的Gabor变化,利用函数wavedec2()实现图像多层小波分解及显示、利用算术编码方法对矩阵进行编解码(Digital image correlation techniques)