|
vocabtree
0.0.1
|
#include "bench_config.hpp"#include <config.hpp>#include <utils/filesystem.hpp>#include <utils/dataset.hpp>#include <utils/vision.hpp>#include <utils/logger.hpp>#include <iostream>
Go to the source code of this file.
Functions | |
| _INITIALIZE_EASYLOGGINGPP void | compute_features (const SimpleDataset &dataset) |
| int | main (int argc, char *argv[]) |
| _INITIALIZE_EASYLOGGINGPP void compute_features | ( | const SimpleDataset & | dataset | ) |
Definition at line 21 of file bench_compute_features.cxx.
References vision::compute_sparse_sift_feature(), filesystem::create_file_directory(), filesystem::file_exists(), SimpleDataset::SimpleImage::location(), and filesystem::write_cvmat().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 50 of file bench_compute_features.cxx.
References compute_features(), s_oxford100k_data_dir, and s_oxford100k_database_location.