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();
2 | No.2 Revision |
so, just for the record, the FlannBasedMatcher does not support using masks at all:
Ptr<FlannBasedMatcher> fl = FlannBasedMatcher::create();
cerr << fl->isMaskSupported();
0