How to limit ORB features?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Helia Sh
el 18 de Abr. de 2019
Respondida: Qu Cao
el 11 de Sept. de 2019
Hi there, I'm using the new ORB feature detector function (https://www.mathworks.com/help/vision/ref/detectorbfeatures.html) and was wondering if there is a way to limit the number of detected features?
2 comentarios
Qu Cao
el 23 de Mayo de 2019
You can probably use selectStrongest to select a fixed number of ORBPoints:
Respuesta aceptada
Qu Cao
el 11 de Sept. de 2019
Hi Helia, the selectStrongest function picks the points based on the Metric values:
For more information, you can take a look at the reference to see how the Matric is defined:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision with Simulink 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!