2

I want to know how do you get the classifiers choosen by the OpenCV Boost algorithm

cv::Boost boosting;
boosting.train(...); // Select some classifiers (I want to know which one)

Thanks

ebeneditos
  • 2,542
  • 1
  • 15
  • 35
azerty
  • 698
  • 7
  • 28
  • The CvBoost::get_weak_predictors can be used like there: http://stackoverflow.com/a/26078555/1271079 – azerty Sep 26 '16 at 13:34

0 Answers0