Ask Your Question

CHMA23's profile - activity

2015-05-21 03:58:09 -0600 commented question Homography separate good from bad results

I tried to use the CvPoint's for the if. But they are not empty or (0,0) if the result is bad.

2015-05-19 02:52:52 -0600 asked a question Homography separate good from bad results

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