Getting vision.Cas​cadeObject​Detector face detector to detect the face

2 ビュー (過去 30 日間)
mark palmer
mark palmer 2020 年 5 月 20 日
編集済み: mark palmer 2020 年 8 月 14 日
I've tried using the face detector command on this image and it fails. What can I do to enhance the image so that it detects the face? I've tried normalizing, equalizing the histogram, fixing contrast, using a different model, etc. Nothing seems to work.
I = imread('JCTEST4Kd4.jpg');
faceDetector = vision.CascadeObjectDetector();
bbox = step(faceDetector, I);
bbox

回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by