图像去噪 Resources

Showing items tagged with "图像去噪"

Denoise images by applying sparse coding to local patches using pre-trained overcomplete dictionaries, followed by patch aggregation through averaging. This technique employs sparse and redundant representations over learned dictionaries, as detailed in "Image Denoising Via Sparse and Redundant Representations over Learned Dictionaries." The algorithm involves dictionary initialization, patch extraction, L1-norm optimization for sparse coding (e.g., via Orthogonal Matching Pursuit), and weighted averaging to reconstruct the denoised image.

MATLAB 211 views Tagged

A comprehensive shearlet transform package with practical examples for image denoising, image fusion, and other advanced image processing applications. The implementation includes optimized algorithms for multi-scale geometric analysis.

MATLAB 258 views Tagged

A clear and practical implementation of the BM3D algorithm for image denoising in MATLAB, including PSNR calculation for performance evaluation. This code demonstrates block-matching, 3D transforms, and collaborative filtering techniques to effectively reduce noise while preserving image details.

MATLAB 263 views Tagged