libvot  0.1.3
A C++11 multithread library for image retrieval
Typedefs | Enumerations | Functions
image_search.cpp File Reference

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)
 

Detailed Description

image retrieval demo program (exe)

Typedef Documentation

Enumeration Type Documentation

Enumerator
BENCHMARK_NO 
BENCHMARK_OXFORD5K 

Function Documentation

DEFINE_int32 ( benchmark  ,
,
"feature output  folder,
the same as the input folder if not specified"   
)
int main ( int  argc,
char **  argv 
)