椒盐噪声 Resources

Showing items tagged with "椒盐噪声"

Mean filtering performance on Gaussian noise, 2D adaptive Wiener filtering effectiveness for Gaussian noise removal, comparative analysis of mean/median/Wiener filters on salt-and-pepper noise, 2D statistical filtering applications for both noise types, image denoising using wrcoef2 function with MATLAB implementation examples

MATLAB 298 views Tagged

A MATLAB program designed for image filtering that effectively removes severe salt-and-pepper noise, featuring comprehensive annotations for easy understanding of the implementation logic and algorithmic approach.

MATLAB 222 views Tagged

MATLAB implementation for adding multiple noise types to images: salt-and-pepper noise, Gaussian noise, multiplicative noise, and more, with code examples and algorithm explanations.

MATLAB 207 views Tagged

Various algorithms for adding noise to images, including salt-and-pepper noise and Gaussian noise. Since MATLAB's built-in Gaussian noise function has normalization issues that may produce unexpected results, it's generally recommended to implement custom noise addition methods.

MATLAB 199 views Tagged