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

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

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

Input

Output

Options

For every input descriptor, find the best k matching descriptors:

See also
Method Details
Access public
Sealed false
Static false