このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
matchFeatures
マッチする特徴の検出
構文
説明
は、マッチする特徴のインデックスを 2 つの入力特徴セットで返します。入力特徴は、indexPairs
= matchFeatures(features1
,features2
)binaryFeatures
オブジェクトまたは行列でなければなりません。
[
はさらに、indexPairs
,matchmetric
] = matchFeatures(features1
,features2
)indexPairs
によってインデックス付けされたマッチする特徴間の距離を返します。
[
は、前の構文にある引数の任意の組み合わせに加えて、名前と値の引数を 1 つ以上使用してオプションを指定します。たとえば、indexPairs
,matchmetric
] = matchFeatures(features1
,features2
,Name=Value
)matchFeatures(__,Method="Exhaustive")
は、マッチング法を Exhaustive
に設定します。
例
入力引数
出力引数
参照
[1] Lowe, David G. "Distinctive Image Features from Scale-Invariant Keypoints." International Journal of Computer Vision. Volume 60, Number 2, pp. 91–110.
[2] Muja, M., and D. G. Lowe. "Fast Matching of Binary Features. "Conference on Computer and Robot Vision. CRV, 2012.
[3] Muja, M., and D. G. Lowe. "Fast Approximate Nearest Neighbors with Automatic Algorithm Configuration." International Conference on Computer Vision Theory and Applications.VISAPP, 2009.
[4] Rublee, E., V. Rabaud, K. Konolige and G. Bradski. "ORB: An efficient alternative to SIFT or SURF." In Proceedings of the 2011 International Conference on Computer Vision, 2564–2571. Barcelona, Spain, 2011.
拡張機能
バージョン履歴
R2011a で導入