Ask Your Question
0

Where is adaboost/cvBoost for opencv 3.0?

asked 2014-10-26 07:27:44 -0600

Alon gravatar image

updated 2014-10-26 13:18:25 -0600

berak gravatar image

I've been using CvBoost class, I've now upgraded to opencv 3.0 and I cannot find it.. does anyone know where it is ? or what is the equivalent for it ?

I see there is Boost under cv::ml::Boost, but that seems like some abstract class..

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-10-26 08:20:44 -0600

berak gravatar image

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

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

to obtain an instance.

edit flag offensive delete link more

Comments

hey does update work with the new cv::ml::Boost??

Geronimo gravatar imageGeronimo ( 2015-09-01 09:20:35 -0600 )edit

Question Tools

Stats

Asked: 2014-10-26 07:27:44 -0600

Seen: 510 times

Last updated: Oct 26 '14