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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -