how modify the trainCascadeObjectDetector to train with other types of features?
4 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Dima Lisin
on 8 May 2014
trainCascadeObjectDetector lets you specify Haar, HOG, or LBP features.
0 Comments
More Answers (1)
md khan
on 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 Comments
See Also
Categories
Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!