I have checked that the CvSVM member desicion_func is protected but I want to get the alpha and rho. But I cannot find any function which allows me to do that. I can save the svm parameters to an xml file. so the only way is to read the xml file ?
I am using opencv2.4.9 + VS2013