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.

3 views (last 30 days)
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.

Answers (1)

Pavithra Ashok Kumar
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.

Categories

Find more on Computer Vision Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!