图像去噪 Resources

Showing items tagged with "图像去噪"

Wavelet transforms are applied in image processing for various tasks including image analysis, image compression, and image denoising. This article provides a concise overview of wavelet transform theory and introduces the wavelet analysis toolbox in MATLAB, with practical code implementation examples demonstrating key functions like wavedec2 for 2D decomposition and waverec2 for reconstruction.

MATLAB 215 views Tagged

MATLAB implementation of a Hidden Markov Tree (HMT) model for Contourlet Transform, featuring algorithms for image Contourlet coefficient computation, image denoising, and texture restoration applications. Based on the research paper "Directional Multiscale Modeling of Images Using the Contourlet Transform" by D. D.-Y. Po and M. N. Do.

MATLAB 431 views Tagged