Affine Resilient Curvature Scale-Space Corner Detector

Apply the affine-length parameterized curvature to the CSS corner detection technique.
1.6K Downloads
Updated 12 Oct 2011

View License

1. Find edge image using the Canny edge detector.
2. Extract edges from the edge image:
a. fill gaps if they are within a range and select long edges,
b. find T-junctions and mark them as T-corners.
3. Parameterize each edge with its affine-length.
4. For each parameterized edge, compute absolute curvature at an appropriate scale in {σm, σm+1, σm+2} and determine corners by comparing the curvature maxima to the corresponding curvature threshold of edge in {tm, tm+1, tm+2} and the neighboring minima.
5. Track the corners down to the lowest scale considering a small
neighborhood in order to improve localization.
6. Further track the corners on the original edge at the lowest scale considering the same neighborhood size.
7. Remove multiple occurrences of same corners, compare Tcorners with the tracked corners and add those T-corners which are far away from the detected corners.

Cite As

Mohammad Awrangjeb (2024). Affine Resilient Curvature Scale-Space Corner Detector (https://www.mathworks.com/matlabcentral/fileexchange/33229-affine-resilient-curvature-scale-space-corner-detector), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0