Ask Your Question
0

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

asked 2013-06-30 00:58:37 -0600

Ted WONG gravatar image

updated 2013-06-30 01:10:46 -0600

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-06-30 18:40:31 -0600

yes123 gravatar image

updated 2013-06-30 18:41:05 -0600

The smile on the right is too much scaled down. Neither SIFT nor other methods will be able to match in such conditions.

Try to reduce the scale of the left image.

edit flag offensive delete link more

Comments

Thanks, this helped a lot!

alexcdot gravatar imagealexcdot ( 2019-02-24 00:32:43 -0600 )edit

Question Tools

Stats

Asked: 2013-06-30 00:58:37 -0600

Seen: 588 times

Last updated: Jun 30 '13