|
libvot
0.1.3
A C++11 multithread library for image retrieval
|
| ▼ src | Libvot source code |
| ▼ benchmark | Benchmark tests |
| oxford5k.cpp | Program to compute mAP of Oxford5k dataset (exe) |
| ▼ examples | Executable files and demo programs |
| compute_stats.cpp | Compute statistics of the retrieval results (exe) |
| euclidean_matrix.cpp | Euclidean matrix completion (exe) |
| graph_partition.cpp | Graph partition example (exe) |
| image_search.cpp | Image retrieval demo program (exe) |
| libvot_feature.cpp | Libvot feature generater (exe) |
| query_expansion.cpp | Query expansion on the image graph (exe) |
| sequence_match.cpp | Generate sequential match pair (exe) |
| svt.cpp | Singular value threshold (immature) |
| web_search.cpp | Image search interface specifically used for single image query (exe) |
| ▼ feature | Feature-related files, such as APIs and libvot own feature development |
| opencv_libvot_api.cpp | Libvot-side APIs of opencv feature implementation |
| opencv_libvot_api.h | Libvot-side APIs of opencv feature |
| vlfeat_libvot_api.cpp | Libvot-side APIs of vlfeat feature implementation |
| vlfeat_libvot_api.h | Libvot-side APIs of vlfeat feature |
| ▼ image_graph | Simple image graph folder |
| image_graph.cpp | Simple image graph implementation |
| image_graph.h | Simple image graph |
| ▼ utils | Utility toolbox for dealing with file I/O and low-level APIs |
| data_structures.cpp | Data structures used in libvot implementation |
| data_structures.h | Data structures used in libvot |
| data_types.h | Internal data types (structs and classes) used in libvot |
| global_params.cpp | Global parameters and utility functions implementation |
| global_params.h | Global parameters and utility functions |
| io_utils.cpp | I/O utilities implementations |
| io_utils.h | I/O utilities |
| ▼ vocab_tree | Vocabulary tree engine |
| clustering.cpp | Clustering algorithms, such as k-means, implementations |
| clustering.h | Clustering algorithms, such as k-means |
| vocab_tree.cpp | Vocabulary tree functions implementations |
| vocab_tree.h | Vocabulary tree functions |
| vot_pipeline.cpp | Vocabulary tree pipeline implementation |
| vot_pipeline.h | Vocabulary tree pipeline, including training, building and querying |
| libvot_config.h | Configurations file generated by CMake |
1.8.9.1