match (cv.BinaryDescriptorMatcher) - MATLAB File Help
cv.BinaryDescriptorMatcher/match

For every input query descriptor, retrieve the best matching one from a dataset provided from user or from the one internal to class

matches = matcher.match(queryDescriptors, trainDescriptors)
matches = matcher.match(queryDescriptors)
[...] = matcher.match(..., 'OptionName', optionValue, ...)

Input

Output

Options

For every input descriptor, find the best matching one:

See also
Method Details
Access public
Sealed false
Static false