Next step in image recognition? cv 2.4.11 on python
Hello all,
I'm trying to do image recognition using BOW and SIFT feature descriptors. So far, I've created my dictionary using BOW and my training images. Now, I'm going through my testing images, getting my descriptors. How do I compare each of the test images descriptors to that of the dictionary using SVM? Any help getting started would be appreciated :)
small end-to-end example here (opencv2.4 !)