I am trying to rewrite the code described here. using the python API for Opencv.
The step 3 of the code has this lines:
FlannBasedMatcher matcher;
std::vector< DMatch > matches;
matcher.match( descriptors_object, descriptors_scene, matches );
I have looked over and over in the OpenCV reference but found nothing related to a FlannBasedMatcher in python or some other object which can do the work.
Any ideas?
NOTE: I am usign OpenCV 2.3.1 and Python 2.6