Need direction to do crowd density estimation

asked 2015-07-14 21:41:27 -0600

Hi Guys,

I'm new to video analytic processing and recently been reading on OpenCV and using EmguCV (C# Wrapper).

I have a video of station platform where it started off empty and gradually filled up with people. I want to create an application that able to count the density percentage every 5 FPS of the video.

Currently, I managed to use BackgroundSubtractorMOG to generate and save the foreground every 5 FPS.

But I have no idea how to proceed with all the foreground that I have saved.

Does anybody come across some articles on crowd density implementation using OpenCV? Can anybody point out the direction for me to continue this implementation?

Thanks in advance, Henri

edit retag flag offensive close merge delete

Comments

I think this can be helpful

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-07-15 04:52:43 -0600 )edit