Improve viola jones face detection

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 commentaire

LAXMI NARAYAN SONI
LAXMI NARAYAN SONI le 1 Avr 2017
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.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 27 Fév 2016

1 vote

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 commentaires

amir
amir le 28 Fév 2016
Thank You. but can I combine the output of my trained detector with the one already exist in Matlab in order to get better result?
Dima Lisin
Dima Lisin le 29 Fév 2016
You can run both detectors, and only keep the detections that they agree on.
amir
amir le 29 Fév 2016
Modifié(e) : amir le 29 Fév 2016
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 le 22 Jan 2021
do you still need help?

Connectez-vous pour commenter.

Question posée :

le 27 Fév 2016

Commenté :

le 22 Jan 2021

Community Treasure Hunt

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

Start Hunting!

Translated by