高斯平滑 Resources

Showing items tagged with "高斯平滑"

A custom MATLAB implementation of Canny edge detection algorithm featuring the following key processing stages: 1. Gaussian low-pass filtering for noise reduction 2. Gradient magnitude and orientation computation 3. Non-maximum suppression for edge thinning 4. Double thresholding with hysteresis-based edge linking

MATLAB 217 views Tagged

A MATLAB program for Gaussian smoothing with customizable parameters. This implementation allows you to adjust filter parameters and optimize results through proper debugging and parameter tuning.

MATLAB 218 views Tagged