|
vocabtree
0.0.1
|
#include "tests_config.hpp"#include <utils/filesystem.hpp>#include <utils/numerics.hpp>#include <utils/dataset.hpp>#include <utils/vision.hpp>#include <utils/logger.hpp>#include <search/bag_of_words/bag_of_words.hpp>#include <search/inverted_index/inverted_index.hpp>#include <iostream>
Go to the source code of this file.
Functions | |
| _INITIALIZE_EASYLOGGINGPP int | main (int argc, char *argv[]) |
| _INITIALIZE_EASYLOGGINGPP int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 22 of file compute_index_simple.cxx.
References filesystem::create_file_directory(), Dataset::location(), s_oxfordmini_data_dir, s_oxfordmini_database_location, and InvertedIndex::train().