数学形态学 Resources

Showing items tagged with "数学形态学"

Image denoising implementation in MATLAB using mathematical morphology with enhanced structural element selection. Unlike traditional single-structure-element approaches that yield suboptimal results, this method utilizes multiple structuring elements (disk, square, line) through dilation and erosion operations. The implementation effectively handles Gaussian, salt-and-pepper, and Wiener noise types while maintaining algorithmic simplicity through morphological opening/closing operations with imopen() and imclose() functions.

MATLAB 200 views Tagged

A comprehensive mathematical morphology toolbox developed internationally, containing implementations of nearly all commonly used algorithms including morphological opening, closing, reconstruction, and other essential operations

MATLAB 208 views Tagged