How can I locate the face region which contains eyes,nostril and mouth without ear and hair by inserting the rectangular box? Viola jones based haar like feature detection is used here.I kindly request to provide the matlab coding.
조회 수: 5 (최근 30일)
이전 댓글 표시
if true
% code
end
댓글 수: 1
Walter Roberson
2015년 9월 7일
What result are you expecting for people who have mustaches or beards, as those are hair?
답변 (2개)
Image Analyst
2015년 9월 7일
How about this code from one of the developers of the Computer Vision System Toolbox? http://www.mathworks.com/matlabcentral/fileexchange/47105-detect-and-track-multiple-faces
댓글 수: 1
Image Analyst
2017년 7월 11일
I don't know. Actually I have no idea what you're referring to. If no code is being run, then no error message can be generated. Something you have must be running and be trying to call or use that thing, and MATLAB doesn't know what that thing is. Could be an array, could be a function, but who knows, since it's not a variable in the program or a function on the search path or in one of your toolboxes?
Dima Lisin
2015년 9월 8일
편집: Dima Lisin
2015년 9월 8일
vision.CascadeObjectDetector can be used to detect whole faces, but also to detect eyes, nose, and mouth separately. So you could detect a face, and then detect eyes, nose and mouth inside the face, and compute a tight bounding box just around those.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image and Video Ground Truth Labeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!