#include <string>
Go to the source code of this file.
| const std::string s_oxford100k_data_dir = "/home/psastras/vocabtree/data/oxford100k/" |
|
static |
| const std::string s_oxford100k_database_location = "/home/psastras/vocabtree/data/oxford100k/db_oxford100k.bin" |
|
static |
| const int s_oxford100k_num_clusters = 65536 |
|
static |
| const std::string s_oxford_data_dir = "/home/psastras/vocabtree/data/oxford/" |
|
static |
| const std::string s_oxford_database_location = "/home/psastras/vocabtree/data/oxford/db_oxford.bin" |
|
static |
| const int s_oxford_num_clusters = 32768 |
|
static |
| const std::string s_oxfordmini_data_dir = "/home/psastras/vocabtree/data/oxfordmini/" |
|
static |
| const std::string s_oxfordmini_database_location = "/home/psastras/vocabtree/data/oxfordmini/db_oxfordmini.bin" |
|
static |
| const std::string s_simple_data_dir = "/home/psastras/vocabtree/data/simple/" |
|
static |
This header is automatically generated.
Do not modify. Contains information about datasets for running tests.
Definition at line 7 of file tests_config.hpp.
| const std::string s_simple_database_location = "/home/psastras/vocabtree/data/simple/db_simple.bin" |
|
static |