what is exactly the Scale values in the SURF point class in computer vision? When I used SURF feature plot function with 'ShowScale' enabled, it plot some circles, but radii of those circles do not match scale values in the SURF points.
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
what is exactly the Scale values in the SURF point class in computer vision? When I used SURF feature plot function with 'ShowScale' enabled, it plot some circles, but radii of those circles do not match scale values in the SURF points.
0 Kommentare
Antworten (1)
Pavithra Ashok Kumar
am 19 Jan. 2016
The SURF scale is represented by the detection scale of the box filters used for keypoint detection and not the radii of the formed circles. It is in the BRISK pattern that the scale is based on the radius of the BRISK sampling pattern.
1 Kommentar
Siehe auch
Kategorien
Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!