|
vocabtree
0.0.1
|
#include "bench_config.hpp"#include <fstream>#include <config.hpp>#include <utils/filesystem.hpp>#include <utils/numerics.hpp>#include <utils/dataset.hpp>#include <utils/misc.hpp>#include <utils/vision.hpp>#include <utils/logger.hpp>#include <utils/image.hpp>#include <utils/cycletimer.hpp>#include <search/bag_of_words/bag_of_words.hpp>#include <search/inverted_index/inverted_index.hpp>#include <vis/matches_page.hpp>
Go to the source code of this file.
Functions | |
| _INITIALIZE_EASYLOGGINGPP void | bench_oxford () |
| int | main (int argc, char *argv[]) |
| _INITIALIZE_EASYLOGGINGPP void bench_oxford | ( | ) |
Definition at line 27 of file bench_search.cxx.
References MatchesPage::add_match(), CycleTimer::currentSeconds(), ENABLE_MPI, ENABLE_MULTITHREADING, ENABLE_OPENMP, vision::geo_verify_f(), misc::get_machine_name(), vision::is_good_match(), filesystem::load_cvmat(), Dataset::location(), SimpleDataset::SimpleImage::location(), s_oxford_data_dir, s_oxford_database_location, s_oxford_num_clusters, and MatchesPage::write().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |