face detector learning parameters?
显示 更早的评论
detector = vision.CascadeObjectDetector
it is possible to find detector learning parameters such as number of learning examples, accuracy that cascade is trying to achive...??
回答(1 个)
Anand
2013-4-10
0 个投票
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!