搜索资源列表
xiaobofenjieyuchonggou
- 这是关于小波图像分解与重构的代码希望给大家帮助-This is the image of wavelet decomposition and reconstruction of the code we hope to help
imagewavletedge
- 说明如题,不下后悔,内容包括了VC_图像处理编程平台,一维小波图像分解与重构,二维小波图像分解与重构,边缘检测,MATLAB与VC混合编程,-stating that no less than regret, including the VC_ image processing programming platform, one-dimensional wavelet decomposition and reconstruction images, two-dimensional images
fenjiechungou
- 二进小波多级分解,基于小波的图像多尺度分解和便于那检测,成功完成小波对图像的多尺度分解及重构。-into two multi-level wavelet decomposition of the image based on wavelet multi-scale decomposition and then facilitate detection, the successful completion of image wavelet multiscale decomposition and
xiaobozengqiang
- 适合初学小波的同志,小波图像增强原理底层。严格高低频分解重构,没有使用小波工具库。
ImageFusion
- 基于低频融合算法和小波变换编写的图像融合Matlab程序,包含了基本的小波图像分解与重构程序。
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
work
- 利用daubechies小波进行图像分解重构-The use of wavelet image decomposition daubechies Reconstruction
2D-Wavelet-Transformation
- 用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示-Wavelet transform in 2-D dimentation
wavelet_based_compression_sub-band_coding
- 一个简单的基于小波图像压缩算法和重构算法,可以分解到不同的层-A simple algorithm based on wavelet image compression and reconstruction algorithms can be broken down into different layers
fingerprint
- 能够实现对灰度图像进行小波分解,并且分别利用低频和高频系数重构图像-Can be achieved on the gray image using wavelet decomposition and the use of low frequency and high frequency coefficients respectively, the reconstructed image
Grayscaleimagesofthetwotogether
- 把两个灰度图象融合在一起:用小波函数sym4对图象1进行2层分解,然后对分解系数图像融合:进行处理,突出轮廓,弱化细节。小波函数sym4对图象2进行2层分解。最后在小波的变换域里进行融合,再进行融合的系数的重构。-Grayscale images of the two together: The wavelet function sym4 1 to 2 layers of image decomposition, image fusion and the decomposition coeffi
3band-wavelet
- 三带小波 图像的分解与重构 自己编写 -Three-band wavelet image decomposition and reconstruction to write your own. . . . . . . . . . .
wavelet-image
- 二维图像信号的去噪步骤: (1)二维图像信号的小波分解。选择合适的小波与恰当的分解层次N,并对待压缩的二维图像信号进行N层分解计算。 (2)对分解后的每一层高频系数,选择一个恰当的阈值,并对该层高频系数进行软阈值量化处理。 (3)二维图像信号的小波重构。用小波分解后的第N层近似(低频系数)和经过阈值量化处理后的各层细节(高频系数),对二维信号进行小波重构。-Two-dimensional image signal denoising steps: (1) two-dimensiona
xiaobobao
- 基于小波包图像去噪,二维小波包分解,二维小波包重构,Harris角点检测-Based on wavelet packet image denoising, two-dimensional wavelet packet decomposition, two-dimensional wavelet packet reconstruction, Harris corner detection
WaveletApply
- 小波分析用于图像去噪、边界扭曲、压缩、数字水印、小波包分解与重构、图像融合及边缘检测。-Wavelet analysis is used to image denoising, boundary twisted, compression, digital watermark, and wavelet packet decomposition and reconstruction, image fusion and edge detection.
Untitled
- matlab小波图像分解及重构源代码 可直接实现 -matlab xiaobo yuanchengxu zhijieshixian
Wavelet-Transform
- 任意尺度的小波图像分解重构的MATLAB编程方案-Arbitrary scale wavelet image decomposition and reconstruction programs of MATLAB Programming
小波去噪
- 运用小波阈值实现图像去噪,同时有小波的分解与重构。(Wavelet threshold is used to realize image denoising and wavelet decomposition and reconstruction.)
基于小波包的图像去噪方法
- 本代码是基于小波包的图像去噪方法,运用小波包对图像进行分解和重构。-This code is based on wavelet packet image denoising method, using wavelet packet image decomposition and reconstruction.
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的