Package vector_aggregation

Class Summary
AbstractFeatureAggregator All methods which aggregate a set of local image descriptors should extend this abstract class.
BowAggregator This class computes raw BOW vectors.
VladAggregator This class computes raw VLAD vectors.
VladAggregatorMean This class computes raw VLAD vectors with mean instead of sum aggregation.
VladAggregatorMultipleVocabularies This class computes multiple vocabulary VLAD vectors which are already power and L2 normalized.
VladAggregatorWithFiltering This is an experimental version of the VladAggregator class which implements 3 methods for feature filtering based on feature-vocabulary relation.
 

Enum Summary
VladAggregatorWithFiltering.FilteringMethod The alternative methods for feature filtering based on feature-vocabulary relation.