|
libvot
0.1.3
A C++11 multithread library for image retrieval
|
image retrieval demo program (exe) More...
#include <stdio.h>#include <iostream>#include <string>#include <vector>#include <fstream>#include <thread>#include <gflags/gflags.h>#include "libvot_config.h"#include "vocab_tree/vot_pipeline.h"#include "utils/io_utils.h"Typedefs | |
| typedef enum benchmark_dataset | benchmark_dataset |
Enumerations | |
| enum | benchmark_dataset { BENCHMARK_NO = 0, BENCHMARK_OXFORD5K = 1 } |
Functions | |
| DEFINE_int32 (benchmark, 0,"feature output folder, the same as the input folder if not specified") | |
| int | main (int argc, char **argv) |
image retrieval demo program (exe)
| typedef enum benchmark_dataset benchmark_dataset |
| enum benchmark_dataset |
| DEFINE_int32 | ( | benchmark | , |
| 0 | , | ||
| "feature output | folder, | ||
| the same as the input folder if not specified" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
1.8.9.1