count the number of standing people in the view of an overhead camera

조회 수: 1 (최근 30일)
amir
amir 2015년 12월 22일
편집: Image Analyst 2015년 12월 22일
Hello, I am planning to do a real time head detection with hough transform algorithm and then count the number of detected people in the scene. In this case the camera/webcam is mounted to the ceiling of a room and people (max 8 people) are standing under the camera. I would like to get any suggestion regarding this topic.
appreciate it. thanks

답변 (1개)

Image Analyst
Image Analyst 2015년 12월 22일
A simple, but perhaps not super accurate, way would be to get an area fraction of the "empty" scene that is covered by people and turn that into a count knowing the area that a single person takes up.
  댓글 수: 3
Image Analyst
Image Analyst 2015년 12월 22일
편집: Image Analyst 2015년 12월 22일

Well pick one that doesn't rely on moving people, if that's your case. I know they've used it for still crowds, like to estimate the number of people at events and demonstrations, like in Washington DC. It became a heated argument because one group wanted to have a million people and estimates showed only 400,000 which made them angry because they needed a million to match the name of their event. Since that event, the National Park Service will not give crowd estimates anymore.

http://www.nbcnews.com/news/nbcblk/black-men-gathering-million-man-march-20th-anniversary-n442226

"....The National Park Service estimated the attendance at the original 1996 march to be around 400,000, but subsequent counts by private organizations put the number at 800,000 or higher. The National Park Service has refused to give crowd estimates on Mall activities since...."

Anyway, why can't you do a calibrated area fraction like I suggested? Post your image if you want.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by