Uses of Class
vector_aggregation.AbstractFeatureAggregator

Packages that use AbstractFeatureAggregator
vector_aggregation   
 

Uses of AbstractFeatureAggregator in vector_aggregation
 

Subclasses of AbstractFeatureAggregator in vector_aggregation
 class BowAggregator
          This class computes raw BOW vectors.
 class VladAggregator
          This class computes raw VLAD vectors.
 class VladAggregatorMean
          This class computes raw VLAD vectors with mean instead of sum aggregation.
 class VladAggregatorWithFiltering
          This is an experimental version of the VladAggregator class which implements 3 methods for feature filtering based on feature-vocabulary relation.