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.
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Pavithra Ashok Kumar
on 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 Comment
See Also
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!