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 日

1 投票

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 件)

カテゴリ

製品

リリース

R2019a

質問済み:

2019 年 4 月 18 日

回答済み:

2019 年 9 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by