Affine Resilient Curvature Scale-Space Corner Detector

Apply the affine-length parameterized curvature to the CSS corner detection technique.
1,6K download
Aggiornato 12 ott 2011

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Feature Detection and Extraction in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0