I'm just starting a project using OpenCv to extract SIFT features from multiple images. Then I will make a database for training machine with SVM.
Untill now, I studied this code which is very basic. But i would like to know, how should i proceed to convert the matrix of features into a normalized, readable archive for SVM?
What is the best approach to extract features from hundreds of images? (later objective)
Thank you!