How to perform symmetric matching with matchFeatures?

2 ビュー (過去 30 日間)
Elena Ranguelova
Elena Ranguelova 2016 年 11 月 10 日
編集済み: Elena Ranguelova 2016 年 11 月 11 日
Hello,
As noticed by some users of the CVS Toolbox, matchFeatures by default does not perform symmetric matching. (see for example Why matchFeatures gives two different answers?).
It is clear why this would be the default behavior, but can the function be used to perform symmetric matching? In the answer to the above question from 2013, it's suggested to use the 'NearestNeighborSymmetric' method. Unfortunately the current version of matchFeatures does not support an argument 'Method'.
Can the function still be used to perform symmetric matching between 2 features vectors and if so how?

採用された回答

Swarooph
Swarooph 2016 年 11 月 10 日
This is explained in the release notes here. To match the behavior that was achieved using NearestNeighborSymmetric, set the Method property to Exhaustive, the Unique property to true, and the MaxRatio to 1.
  1 件のコメント
Elena Ranguelova
Elena Ranguelova 2016 年 11 月 11 日
編集済み: Elena Ranguelova 2016 年 11 月 11 日
Thank you for pointing me to the proper version release notes! Method is by default Exhaustive and I have used Unique = true before, so the key was MaxRatio = 1 ;-).

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFeature Detection and Extraction についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by