|
MultiIndex
|

Functions | |
| int | SetOptions (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| int | THREADS_COUNT |
| PointType | point_type |
| Dimensions | SPACE_DIMENSION |
| string | coarse_vocabs_file |
| string | fine_vocabs_file |
| string | points_file |
| string | metainfo_file |
| RerankMode | mode |
| string | files_prefix |
| bool | build_coarse_quantizations |
| string | coarse_quantizations_file |
| int | points_count |
| int | multiplicity |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int SetOptions | ( | int | argc, |
| char ** | argv | ||
| ) |
Should we calculate coarse quantizations (they can be precomputed)
| string coarse_quantizations_file |
File with points coarse quantizations
| string coarse_vocabs_file |
File with vocabularies for multiindex structure
| string files_prefix |
Common prefix of all multiindex files
| string fine_vocabs_file |
File with vocabularies for reranking
| string metainfo_file |
File with points metainfo (imageId, etc.)
Reranking approach, should be USE_RESIDUALS or USE_INIT_POINTS
| int multiplicity |
Multiplicity of multiindex
Type, should be BVEC or FVEC
| int points_count |
How many points should we index
| string points_file |
File with points to index
Number of coordinates in a point
| int THREADS_COUNT |
Number of threads for indexing
1.7.6.1