Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

yes, cv::ml::Boost is the right class. you will have to use:

Ptr<ml::Boost> boost = ml::Boost::create();

to obtain an instance.