Improve viola jones face detection
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
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.
Réponses (1)
Walter Roberson
le 27 Fév 2016
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
Voir également
Catégories
En savoir plus sur Color Space Formatting and Conversions dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!