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
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