trainCasca​deObjectDe​tector uses what type of classifier?

4 次查看(过去 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?

回答(1 个)

Dimitris Iliou
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 个评论
md khan
md khan 2017-6-16
I wanted to know that, is there any matlab command to specify which type of adaboost we are using?
Dimitris Iliou
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 CenterFile Exchange 中查找有关 Pattern Recognition and Classification 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by