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

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

java - Incorrect order of records in M-M relationship in hibernate -