Package codebook_generation

Class Summary
CodebookGeneration This class creates a codebook from a set of local features using a slightly modified (to produce some additional output) version of Weka's SimpleKMeans class.
SampleLocalFeatures This class is used for creating samples of local features (in csv format) which can then be used for learning visual vocabularies.
SimpleKMeansWithOutput Cluster data using the k means algorithm.