Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I change the norm used by cv::FlannBasedMatcher?

Hi, I use the following code to create a cv::FlannBasedMatcher.

new cv::FlannBasedMatcher(new cv::flann::LshIndexParams(6, 12, 2));

How can I change the norm used by the matcher?

Thx