c++ - Set custom model to CvSVM in OpenCv -
i'm using cvsvm opencv regression task. reasons related legacy code, have train model using matlab, i'd load cvsvm , perform prediction in c++ code opencv due application constraints. did not find way in opencv documentation load saved model, did miss something? or there way that?
there load function
cvsvm *svm = new cvsvm; svm->load("svm.xml");
Comments
Post a Comment