フィルターのクリア

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