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

For every input query descriptor, retrieve, from a dataset provided from user or from the one internal to class, all the descriptors that are not further than maxDist from input query

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

Input

Output

Options

For every input desciptor, find all the ones falling in a certaing matching radius:

See also
Method Details
Access public
Sealed false
Static false