how modify the trainCascadeObjectDetector to train with other types of features?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
lourdes ramirez
le 29 Mar 2014
Réponse apportée : md khan
le 30 Mar 2017
I need the source code of viola jones training algorithm, coz i used the trainCascadeObjectDetector but it doesn't allow to train with other types of features.
0 commentaires
Réponse acceptée
Dima Lisin
le 8 Mai 2014
trainCascadeObjectDetector lets you specify Haar, HOG, or LBP features.
0 commentaires
Plus de réponses (1)
md khan
le 30 Mar 2017
How do I specify which feature to select? In the example "trainCascadeObjectDetector('tennisballdetect.xml',positiveInstances, ... negativeFolder,'FalseAlarmRate',0.5,'NumCascadeStages',7);" automatically uses HOG.
How do I specify HAAR or LBP?
0 commentaires
Voir également
Catégories
En savoir plus sur Recognition, Object Detection, and Semantic Segmentation 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!