1 | initial version |
svm->save("images/svm_filename.xml");
It might be the path. The path should be
svm->save(""/storage/emulated/0/images/svm_filename.xml");
or
svm->save(""/storage/emulated/1/images/svm_filename.xml");
if you are using external directory.