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

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

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -