How to limit ORB features?

6 vues (au cours des 30 derniers jours)
Helia Sh
Helia Sh le 18 Avr 2019
Réponse apportée : Qu Cao le 11 Sep 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 commentaires
Qu Cao
Qu Cao le 23 Mai 2019
You can probably use selectStrongest to select a fixed number of ORBPoints:
Helia Sh
Helia Sh le 24 Mai 2019
Thanks Qu Cao. It says that selectStrongest returns N number of points that have the strongest metrics. What are those metrics? How does it decide if the feature is stronger than a latter? Are there reading material on this feature?

Connectez-vous pour commenter.

Réponse acceptée

Qu Cao
Qu Cao le 11 Sep 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:

Plus de réponses (0)

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by