| 接口 | 说明 |
|---|---|
| Aggregator |
This class provides the interface for Aggregators, classes that produce
vector representations for local features.
|
| 类 | 说明 |
|---|---|
| AbstractAggregator |
This class implements the clusterForFeature method for both BOVW and VLAD
Created by Nektarios on 03/06/2015.
|
| BOVW |
General class creating histograms based on BOVW model, given the list of local features and the codebook.
|
| ShapemeAggregator |
Created by Lukas Knoch on 16.09.15.
|
| VLAD |
General class creating vector representations based on VLAD model, given the list of local features and the codebook.
|