Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cannot Reproduce Results of Feature Matching with FLANN Tutorial

I installed OpenCV 3.3.1 on OS 10.11.6 using MacPorts. I copied the code from the tutorial from https://docs.opencv.org/3.1.0/d5/d6f/tutorial_feature_flann_matcher.html. I copied the images from https://github.com/opencv/opencv/blob/master/samples/data/box_in_scene.png (and box). I built and ran the executable, but got poor feature matching that did not look like the image shown on the tutorial page.

Is the tutorial code possibly out of sync with the sample result images, or is there a problem with OpenCV 3.3.1 in MacPorts?

The reason I'm asking is that I was writing my own OpenCV code to perform feature matching, but could not get good performance, even when tuning threshold parameters, trying different matching algorithms, etc.--so I backed up from my code to the tutorial, and discovered I'm still seeing the same poor results. I get unreliable feature matches that look like a lot more like random correspondences.

Can someone verify whether the tutorial is working as advertised? I'm trying to isolate what my problem is.