Human Detection in MATLAB

조회 수: 6 (최근 30일)
Namith VN
Namith VN 2016년 3월 17일
댓글: Image Analyst 2016년 3월 18일
I need help regarding human detection in MATLAB. I need to detection humans in any position(standing upright, lying on the ground etc). The camera will be in aerial view. Which is the best method for human detection for this scenario? Also can I get the code for the same?

답변 (1개)

Image Analyst
Image Analyst 2016년 3월 17일
Sounds pretty difficult. From an oeverhead photo, how would you know if a black blob is the top the head of someone wearing a black shirt, or just a black patch of ground? You might want to start by searching Vision Bibliography for "crowd estimation" http://www.visionbib.com/bibliography/contents.html
  댓글 수: 2
Namith VN
Namith VN 2016년 3월 18일
Oh yeah. Its pretty difficult. Just wanted to know if any methods are existing already. Would it make my job easier if I just convert the video to images/frames?
Image Analyst
Image Analyst 2016년 3월 18일
Depends on a lot of things. Is there skin visible? If so, what color? Do you need to handle moving and stationary people? What is the size of the people relative to the field of view? Are there faces visible? How much clutter is there? Does the illumination change a lot, like an outdoor scene, or is it constant, like in an airport? How much clutter is in the scene? I suggest you narrow down the variables and start with something simple, like light skinned people with dark clothing (or vice versa) in a very uniformly colored, clutter free room. Then branch out from there once you get that solved. Or maybe in the link I gave you there are more sophisticated algorithm that can get you started with more complicated scenery right away. I don't know - people tracking is not my field, so check the link.

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

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by