|
libvot
0.1.3
A C++11 multithread library for image retrieval
|
an image search interface specifically used for single image query (exe) More...
#include <stdio.h>#include <iostream>#include <string>#include <vector>#include <fstream>#include <numeric>#include <algorithm>#include "gflags/gflags.h"#include "vocab_tree/vocab_tree.h"#include "utils/io_utils.h"#include "utils/data_structures.h"Functions | |
| DEFINE_string (output_folder,"","Output folder for ranked list") | |
| DEFINE_int32 (match_num, 200,"The length of the ranked list (top-k)") | |
| DEFINE_bool (output_filename, true,"Output image name instead of image index") | |
| int | main (int argc, char **argv) |
an image search interface specifically used for single image query (exe)
| DEFINE_bool | ( | output_filename | , |
| true | , | ||
| "Output image name instead of image index" | |||
| ) |
| DEFINE_int32 | ( | match_num | , |
| 200 | , | ||
| "The length of the ranked list (top-k)" | |||
| ) |
| DEFINE_string | ( | output_folder | , |
| "" | , | ||
| "Output folder for ranked list" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
1.8.9.1