How to train a kNN classifier in OpenCV?
Hello,
I am new to openCV and I have some images.
I want to train a kNN classifier to classify some test images.
Can someone show me how to train the classifier with the kNN algorithm?
Thx in advance.