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

Returns true if the descriptor matcher supports masking permissible matches

status = matcher.isMaskSupported()

Output

Brute-force matchers support masking, while Flann-based matchers do no support masking.

See also
Method Details
Access public
Sealed false
Static false