Ask Your Question
1

follow slowly moving objects in videos

asked 2013-07-18 15:16:54 -0600

everitt gravatar image

updated 2013-07-18 15:56:58 -0600

Given an area that contains a multi-view human head, I'd like to track it in a video. The head will most likely rotate or tilt at least once. Where should I start?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-07-19 06:11:19 -0600

If the head is the only moving object in the scene, then you will get good results with background-foreground segmentation followed by tracking of blobs that occur.

Another approach could be to create a multiview detector specified for a human head. An example of this can be found in this paper.

edit flag offensive delete link more
0

answered 2013-07-18 15:35:46 -0600

theodore gravatar image

you can try the camshift approach although i think that this method will not work perfectly but you can try. If you are not satisfied with the results from camshift, then you should move to different approaches like kalman filter or particle filter.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-18 15:16:54 -0600

Seen: 467 times

Last updated: Jul 19 '13