First time here? Check out the FAQ!
answered 2014-10-26 08:20:44 -0600
yes, cv::ml::Boost is the right class. you will have to use:
Ptr<ml::Boost> boost = ml::Boost::create();
to obtain an instance.