How to limit ORB features?

6 次查看(过去 30 天)
Helia Sh
Helia Sh 2019-4-18
回答: Qu Cao 2019-9-11
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 个评论
Qu Cao
Qu Cao 2019-5-23
You can probably use selectStrongest to select a fixed number of ORBPoints:
Helia Sh
Helia Sh 2019-5-24
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?

请先登录,再进行评论。

采纳的回答

Qu Cao
Qu Cao 2019-9-11
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 个)

类别

Help CenterFile Exchange 中查找有关 Computer Vision with Simulink 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by