Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The typical bag of words (or bag of features) works by using one visual vocabulary, i.e. you cluster once for all (or a random selection if they don't fit into memory) features of all your training images. Afterwards you compute for each training image a histogram and then train your classifier, see also http://answers.opencv.org/question/8677/image-comparison-with-a-database/#8686 for some additional information and links.