Ask Your Question
0

Multiple object tracking - optical flow

asked 2013-01-30 13:46:01 -0600

bennie gravatar image

I am doing a project on ocar tracking. Hence, I would need a fast and accurate tracking algorithm to track multiple object. I had tried optical flow, LK algorithm as well as camshift. For optical flow, I had got a few points as output. However, I am struggling in grouping those points together and define it as an object. Any clue or help for that ?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-02-08 15:43:06 -0600

bjoerngiesler gravatar image

Are you trying to detect or track objects? Sounds like you are really interested in detection, not tracking.

Tracking should work quite well with median-filtered optical flow.

If the camera is not moving, detection could be done with simple difference images.

edit flag offensive delete link more
0

answered 2013-02-26 07:05:57 -0600

bennie gravatar image

I would like to build it with tracking.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-30 13:46:01 -0600

Seen: 831 times

Last updated: Feb 26 '13