MATLAB File Help: cv.DescriptorMatcher/radiusMatch Index
cv.DescriptorMatcher/radiusMatch

For each query descriptor, finds the training descriptors not farther than the specified distance

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

Input

Output

Options

For each query descriptor, the methods find such training descriptors that the distance between the query descriptor and the training descriptor is equal or smaller than maxDistance. Found matches are returned in the distance increasing order.

See also
Method Details
Access public
Sealed false
Static false