I have a Bag Of Words dictionary created on my computer and saved to xml file. I'm creating an app for Android and I need to use it. Unfortunately according to Andrey Smorodov's answer it turns out that I can't use the OpenCV FileStorage class, for some reason. Do you have any idea what approach should I use? Can you give an example or reference? Also I'm going to use SVM, so will I have problem with svm.load("classifier.xml")? I'm using Android NDK but I don't mind if I should do this in Java.
Unfortunately I found out that I can't use the OpenCV FileStorage class, for some reason.What is that reason?