Boosted Regression Trees OpenCV 3.1

asked 2016-09-22 13:01:20 -0600

Mike gravatar image

Hi

I'm a user of gradient boosted trees for regression in OpenCV 2.4.x. http://docs.opencv.org/2.4/modules/ml...

These do not appear to exist in OpenCV 3.1. Is there any alternative in OpenCV 3.1, or any specific reasoning behind their exclusion from the latest codebase?

I have been trying to use the cv::Boost class in OpenCV 3.1 for regression but it seems that there is no working codepath to support this. Can anyone advise on whether Boosted regression is possible in OpenCV 3.1?

Thanks in advance Mike

edit retag flag offensive close merge delete