Ask Your Question
0

need help for object tracking.

asked Jan 27 '14

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.

Preview: (hide)

Comments

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

GilLevi gravatar imageGilLevi (Feb 18 '14)edit

1 answer

Sort by » oldest newest most voted
0

answered Feb 18 '14

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. :)

Preview: (hide)

Question Tools

Stats

Asked: Jan 27 '14

Seen: 211 times

Last updated: Feb 18 '14