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 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Pavithra Ashok Kumar
Pavithra Ashok Kumar el 19 de En. de 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.

Categorías

Más información sobre Computer Vision Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by