How to extract head region of a motocyclist wearing helmet from an image for further computation

2 ビュー (過去 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 件のコメント
Rahul Sharma
Rahul Sharma 2015 年 6 月 10 日
The helmet can be of any color but the quarter angle view is preserved in all the set of images.I am pretty new to matlab and your help will be highly appreciated.
P Karthick
P Karthick 2016 年 3 月 18 日
I want answer for this question

サインインしてコメントする。

回答 (1 件)

Dima Lisin
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 件のコメント
Rahul Sharma
Rahul Sharma 2015 年 6 月 13 日
Hi dima thanks for answering my question, but here i want to detect the presence of the helmet itself in an image can you please suggest how to do that.
Dima Lisin
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 ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by