高斯滤波 Resources

Showing items tagged with "高斯滤波"

A collection of commonly used image filtering functions implemented in MATLAB, including Gaussian filtering, DOOG (Difference of Offset Gaussians) filtering, and more. This versatile code library can be easily integrated by adding it to your MATLAB working path, providing ready-to-use implementations for various image processing tasks with optimized algorithm efficiency.

MATLAB 241 views Tagged

Gaussian filter implementation for image filtering, using a Gaussian kernel to achieve smooth processing with parameter-controlled standard deviation for different blurring effects.

MATLAB 187 views Tagged

MATLAB-based hand gesture recognition system employing skin color extraction, Gaussian filtering, sharpening processing, and HU moment operations for robust hand segmentation, enabling individual gesture recognition through pre-defined gesture templates.

MATLAB 221 views Tagged

Self-implemented Canny edge detection operator including Gaussian filtering, non-maximum suppression, double threshold processing, and edge refinement with detailed algorithmic explanations.

MATLAB 292 views Tagged