Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

About the tutorial of finding image using Features2D + Homograph in openCV

http://docs.opencv.org/doc/tutorials/features2d/feature_homography/feature_homography.html

I download this tutorial source code, and try to play around the the openCV. I use a smile face to test the programme.

image description

And the first testing is a screen shot from my computer: image description

It success and find the smile face. But the other test is using a real life example like this:

image description But this time, the smile face can't be detected. If I wanna to modify the programme to let it detect the smile face in real life pic. What should I do? Any suggestions? Thanks.

About the tutorial of finding image using Features2D + Homograph in openCV

http://docs.opencv.org/doc/tutorials/features2d/feature_homography/feature_homography.html

I download this tutorial source code, and try to play around the the openCV. I use a smile face to test the programme.

image description

And the first testing is a screen shot from my computer: image description

It success and find the smile face. But the other test is using a real life example like this:

image description But this time, the smile face can't be detected.

The match result like this: image description

If I wanna to modify the programme to let it detect the smile face in real life pic. What should I do? Any suggestions? Thanks.