matchFeatures
Find matching features
Syntax
Description
returns
indices of the matching features in the two input feature sets. The
input feature must be either indexPairs
= matchFeatures(features1
,features2
)binaryFeatures
objects or matrices.
[
also
returns the distance between the matching features, indexed by indexPairs
,matchmetric
]
= matchFeatures(features1
,features2
)indexPairs
.
[
specifies options using one or more name-value arguments in addition to any combination of
arguments from previous syntaxes. For example,
indexPairs
,matchmetric
]
= matchFeatures(features1
,features2
,Name=Value
)matchFeatures(__,Method="Exhaustive")
sets the matching method to
Exhaustive
.
Examples
Input Arguments
Output Arguments
References
[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.
Extended Capabilities
Version History
Introduced in R2011a