face detector learning parameters?
Ältere Kommentare anzeigen
detector = vision.CascadeObjectDetector
it is possible to find detector learning parameters such as number of learning examples, accuracy that cascade is trying to achive...??
Antworten (1)
Anand
am 10 Apr. 2013
0 Stimmen
Doesn't look like you can. The only parameters available are post-learning parameters that control detections like MinSize, MaxSize, ScaleFactor and MergeThreshold.
Out of curiosity, what do you need these parameters for?
Kategorien
Mehr zu Computer Vision Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!