1 | initial version |
You need two additional steps between the matching stage via FLANN and RANSAC: cross-Matching and NNDR (Nearst Neighbor Distance Ratio).
You can have a look at the delivered openCV examples or try to find them on the web. You can also find working code in the various openCV books.