How to extract head region of a motocyclist wearing helmet from an image for further computation
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to extract the head region from an image containing a motorcyclist to check whether he is wearing a helmet or not. Example of this type of image is

댓글 수: 3
답변 (1개)
Dima Lisin
2015년 6월 12일
Try vision.CascadeObjectDetector in the Computer Vision System Toolbox. If detecting the face does not work well because of the helmet, you can also try detecting the eyes and/or the nose. Some combination of these detectors may do the job. To increase sensitivity, you can try decreasing the 'ScaleFactor' parameter.
Alternatively, you can try to detect the faces using the color of the pixels.
댓글 수: 2
Dima Lisin
2015년 6월 13일
If you detect the face, try Emma thing the bounding box and looking at the color distribution.
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!