Algorithm to count people in a crowd

user2940240 picture user2940240 · Oct 31, 2013 · Viewed 28.2k times · Source

enter image description hereWe need to count the number of people in a crowd and we have used the opencv_traincascade but it detects many things.

What could be the other approach we can use?

Answer

Thiago Mata picture Thiago Mata · Mar 19, 2015

I was looking for something like that. I have found this project HeadCounter ( https://github.com/yquemener/HeadCounter ) and some papers: "Counting in Extremely Dense Crowd Images" ( http://crcv.ucf.edu/projects/crowdCounting/index.php ) and "Crowd Size Estimation" ( http://course1.winona.edu/cmalone/promotion/UndergraduateResearch/Cariveau%20Report.pdf )