中值滤波 Resources

Showing items tagged with "中值滤波"

MATLAB image preprocessing including grayscale conversion, logarithmic transformation, histogram equalization, linear smoothing filters, median filtering, adaptive filtering, image sharpening, image binarization, various edge detection operators, and their code implementations

MATLAB 233 views Tagged

MATLAB Image Processing with Code Implementation - Includes image smoothing (mean and median filtering) and image sharpening (Laplacian, Roberts, Prewitt, and Sobel operators) with algorithm explanations and key function descriptions.

MATLAB 202 views Tagged

This program package contains implementations of median filtering, mean filtering, adaptive median filtering, and an enhanced salt-and-pepper noise filtering algorithm. The first three methods serve as benchmarks for comparison with the fourth method, which demonstrates superior performance in removing salt-and-pepper noise from images. All implementations include efficient matrix operations and sliding window techniques for optimal image processing performance.

MATLAB 208 views Tagged