Hi,
I have question about using KMeans with SVM. I want to use not labeled, at least not labeled by user, data with SVM. Therefore I setup a dictionary with BowKMeans. But I could not figure out how to combine it with SVM in OpenCV. Can anyone guide me how to do that?
My code is adapted from [here](https://www.codeproject.com/Articles/619039/Bag-of-Features-Descriptor-on-SIFT-Features-with-O) and I also eximined this [link](http://answers.opencv.org/question/24650/how-to-2-class-categolization-using-surfbowsvm/) but could not understand how to do.
↧