Harris Corner Detection Algorithm with Non-Maximum Suppression
Comprehensive tutorial on Harris corner detection algorithm including non-maximum suppression implementation and adaptive thresholding techniques
Explore MATLAB source code curated for "非最大值抑制" with clean implementations, documentation, and examples.
Comprehensive tutorial on Harris corner detection algorithm including non-maximum suppression implementation and adaptive thresholding techniques
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