How to extract head region of a motocyclist wearing helmet from an image for further computation
Show older comments
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 Comments
Image Analyst
on 9 Jun 2015
No robust algorithm can be made with just one example image. For example, could another image show a group of 15 motorcycle racers going around an oval track, and where each racer's head take up maybe .1% of the entire field of view? Or are they all like this, with a quarter angle view of a person whose head fills the upper half of the field of view and has a skin color that contrasts with the color of the helmet, and the helmet is all one color?
Rahul Sharma
on 10 Jun 2015
P Karthick
on 18 Mar 2016
I want answer for this question
Answers (1)
Dima Lisin
on 12 Jun 2015
1 vote
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 Comments
Rahul Sharma
on 13 Jun 2015
Dima Lisin
on 13 Jun 2015
If you detect the face, try Emma thing the bounding box and looking at the color distribution.
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!