| match (cv.BinaryDescriptorMatcher) - MATLAB File Help |
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, ...)
For every input descriptor, find the best matching one:
| Access | public |
| Sealed | false |
| Static | false |