Ask Your Question
0

need help for object tracking.

asked 2014-01-27 10:49:57 -0600

gm gravatar image

I plan to use open cv in my project for object tracking using a single camera. I have just installed opencv and have no idea where to start. there is a lot of stuff on internet about hundreds of opencv applications. while I need only object tracking. can anyone help me regarding this? mean which things I need to learn just focusing on my requirement and where I can find that stuff.

edit retag flag offensive close merge delete

Comments

Did you consider OpenTLD: http://www.gnebehay.com/tld/

GilLevi gravatar imageGilLevi ( 2014-02-18 08:36:54 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-02-18 01:13:35 -0600

prakharmohan gravatar image

The link given here explains color detection and object tracking. The thing is, for object tracking the most basic algorithm is to compare two successive frames and on the basis of the comparison, find the difference in the position of the object, Now that you know the difference in the position you can track the object.

Hope this helps. :)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-27 10:49:57 -0600

Seen: 184 times

Last updated: Feb 18 '14