Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Algorithm to count people in a crowd

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?

like image 519
user2940240 Avatar asked Oct 31 '13 06:10

user2940240


1 Answers

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 )

like image 175
Thiago Mata Avatar answered Oct 02 '22 14:10

Thiago Mata