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
1 | initial version |
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