边缘点 Resources

Showing items tagged with "边缘点"

This program implements edge linking to connect edge points along contour lines, featuring algorithms for processing linear, curved, and closed boundaries with parameter customization capabilities.

MATLAB 211 views Tagged

Corner points are important image features typically referring to edge points with high curvature. This MATLAB-based corner detection operator implementation demonstrates how to automatically identify key feature points in digital images.

MATLAB 207 views Tagged

This paper proposes a fast randomized detection algorithm for multi-ellipse detection. The algorithm utilizes one randomly sampled edge point and two locally searched edge points from the image, along with their neighborhood information to generate candidate ellipses. Candidate ellipses are then transformed into corresponding circles, with true ellipses being verified through circle confirmation. The approach minimizes random sampling points while effectively filtering out non-elliptical points, reducing ineffective sampling and computational overhead. Numerical experiments demonstrate the algorithm's strong robustness and significantly faster detection speed compared to similar algorithms.

MATLAB 220 views Tagged