Advice tracking pedestrians

asked 2015-01-05 17:33:36 -0600

sup gravatar image

Hello, I have to write a program to track pedestrians, I thought about :

Using HOG to detect pedestrians in a given frame Associate detected pedestrians from two consecutive frames by euclidean distance. Kalman filter to smooth the trajectory for when hog doesn't work.

Is there an advice you could give me or is this a right approach ?

Thanks

edit retag flag offensive close merge delete

Comments

That is the most frequently used approach you can find. However it will fail in many cases because HOG is far from an effective pedestrian detector. In OpenCV however it is the best one implemented as far as I know. But there are many other algorithms out there like part based models / latentSVM of Felzenswalb and Integral Channel Features of Piotr Dollar!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-01-06 06:57:58 -0600 )edit