Ask Your Question
0

Looking for the source of object recognition program like this

asked 2013-03-16 08:36:38 -0600

hor gravatar image

Is there the source of this program or some like it?

http://www.youtube.com/watch?v=uwNO2Hl6cuU

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-03-17 14:29:29 -0600

What you see there are feature point object detection applications existing of

  • A feature detector : looking for interesting points in the image
  • A feature descriptor : creating a unique point for that image
  • A feature matcher, trying to find identical features in two feature sets and couple them

Look at this link, which describes feature point functionality in OpenCV: http://docs.opencv.org/modules/features2d/doc/features2d.html

And try to go through the following tutorials:

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-16 08:36:38 -0600

Seen: 201 times

Last updated: Mar 17 '13