Getting vision.CascadeObjectDetector face detector to detect the face
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!