I am trying to find a method, to separate good homography-results from bad. I use the C++ example from link text. I have one object picture (box.png) and one folder full of scene-images. I want to display only the pictures those really contains the object image. In the used example it draws lines for every picture without the object, but no green frame.
Best Regards