Description: 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interface, using matlab language to write code to achieve functionality, including image reading, storage, display, histogram equalization, thresholding, wavelet decomposition, wavelet reconstruction, add noise, denoising, smoothing, sharpening, edge detection, image segmentation, etc. Platform: |
Size: 2992128 |
Author:chengmengli |
Hits:
Description: 小波方法和偏微分方程方法是图像去噪中的主要方法。该文提出基于离散小波变换对图像进行阈值去噪,得出了小波阈值的偏微
分方程表示形式,在此基础上研究偏微分方程的解法,采用分数步的小波阈值方法对图像去噪,得到了较好的去噪效果,同时可以保护边
缘。数值试验结果表明,该方法具有比小波方法更好的去噪效果,能获得较高的信噪比-Wavelet method and partial differential equations is the main method of image denoising. In this paper, based on discrete wavelet transform image threshold denoising, wavelet threshold obtained indicated that the form of partial differential equations, in this study based on the solution of partial differential equations, using fractional steps of wavelet thresholding methods for image to noise, have been well de-noising effect at the same time can protect the edge. Numerical experimental results show that the method is better than the wavelet method for denoising results are able to obtain a higher signal to noise ratio Platform: |
Size: 1305600 |
Author:MaxineChan |
Hits:
Description: The code is for denoising using wavelet decomposition and reconstruction。 This is the implementation of paper "Efficient Image Denoising Method Based on a New Adaptive wavelet packet thresholding function" Platform: |
Size: 17408 |
Author:Jessie |
Hits:
Description: 用matlab实现的去噪的程序,利用小波的知识对图像进行阈值去噪,效果较好。-Denoising using matlab procedures, knowledge of using wavelet thresholding the image is better. Platform: |
Size: 166912 |
Author:张静 |
Hits:
Description:
Wavelet denoising
For using this code need to use signal toolbox and general toolbox in your matlab
In the first part of this assignment, we asked to obtain a (black-and-white) digital image of size
512 by 512 and then generate noisy image by adding a Gaussian noise but under the condition of
having SNR=20dB by select the suitable value of variance for Gaussian noise formula.
Second step is performing wavelet denoising using the hard thresholding (Use the db 6 for four
levels) in the condition of finding the optimal thresholding value of T in terms of the SNR obtained. It
means that, we should find the highest SNR value by finding the suitable value for threshold. Then we
asked to do the same process but this time using soft thresholding.
Finally for the last part of question one, we should compare the results of the obtained SNR
with the recommendations of 3*sigma for the hard thresholding and 3/2*sigma for the soft
thresholding.-
Wavelet denoising
For using this code need to use signal toolbox and general toolbox in your matlab
In the first part of this assignment, we asked to obtain a (black-and-white) digital image of size
512 by 512 and then generate noisy image by adding a Gaussian noise but under the condition of
having SNR=20dB by select the suitable value of variance for Gaussian noise formula.
Second step is performing wavelet denoising using the hard thresholding (Use the db 6 for four
levels) in the condition of finding the optimal thresholding value of T in terms of the SNR obtained. It
means that, we should find the highest SNR value by finding the suitable value for threshold. Then we
asked to do the same process but this time using soft thresholding.
Finally for the last part of question one, we should compare the results of the obtained SNR
with the recommendations of 3*sigma for the hard thresholding and 3/2*sigma for the soft
thresholding. Platform: |
Size: 91136 |
Author:jams1166 |
Hits: