Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

so, just for the record, the FlannBasedMatcher does not support using masks at all:

Ptr<FlannBasedMatcher> fl = FlannBasedMatcher::create();

cerr << fl->isMaskSupported();

so, just for the record, the FlannBasedMatcher does not support using masks at all:

Ptr<FlannBasedMatcher> fl = FlannBasedMatcher::create();

cerr << fl->isMaskSupported();

0