trainCascadeObjectDetector uses what type of classifier?
조회 수: 1 (최근 30일)
이전 댓글 표시
trainCascadeObjectDetector with Haar features uses what type of classifier? Is it 'Adaboost'? If it is Adaboost, then is there a way to specify what type of adaboost like Simple/Gentle?
댓글 수: 0
답변 (1개)
Dimitris Iliou
2017년 6월 16일
If you go to the documentation page of the trainCascadeObjectDetector:
you will notice that the Haar FeatureType is based on reference [1]. That paper talks about Adaboost.
I would look into the paper for more details.
댓글 수: 2
Dimitris Iliou
2017년 6월 16일
The trainCascadeObjectDetector function uses Gentle Adaboost.
I do not think that there is way to change that since there is no input to that function that would allow you to do so.
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!