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!