필터 지우기
필터 지우기

Improve viola jones face detection

조회 수: 1 (최근 30일)
amir
amir 2016년 2월 27일
댓글: David Quincoces 2021년 1월 22일
Hello, I am trying to detect multiple faces with Matlab built-in viola jones face detection.But in some cases it gives me false detection. Is that possible to train my own classifier and then integrate into the Matlab classification model itself in oder to reduce the false detections?
thank you.
  댓글 수: 1
LAXMI NARAYAN SONI
LAXMI NARAYAN SONI 2017년 4월 1일
You Can Apply Threshold on boundary Box. it removes the small part detection. You can Also Apply Margin in viola Jones Directory In This Case.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 2월 27일
Yes, the VJ face detection is a particular trained detector. You can train your own detector within exactly the same setup; see http://www.mathworks.com/help/vision/ug/train-a-cascade-object-detector.html
  댓글 수: 4
amir
amir 2016년 2월 29일
편집: amir 2016년 2월 29일
I have used the "FrontalFaceCart" and "ProfileFace" in parallel and in some cases I got overlapping boxes. How can I merge them into one? And any idea why it's not detecting the second person in the attached photo?
David Quincoces
David Quincoces 2021년 1월 22일
do you still need help?

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by