How to extract head region of a motocyclist wearing helmet from an image for further computation
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Dima Lisin
le 12 Juin 2015
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 commentaires
Dima Lisin
le 13 Juin 2015
If you detect the face, try Emma thing the bounding box and looking at the color distribution.
Voir également
Catégories
En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!