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

1 Ansicht (letzte 30 Tage)
mark palmer
mark palmer am 20 Mai 2020
Bearbeitet: mark palmer am 14 Aug. 2020
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

Antworten (0)

Kategorien

Mehr zu Computer Vision Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by