$search
#include <fstream>#include <iostream>#include <list>#include <opencv/cv.h>#include <opencv/highgui.h>#include <Eigen/StdVector>#include <vocabulary_tree/simple_kmeans.h>#include <vocabulary_tree/vocabulary_tree.h>#include <vocabulary_tree/database.h>#include <vocabulary_tree/tree_builder.h>#include <siftfast/siftfast.h>#include <common.h>

Go to the source code of this file.
Classes | |
| class | DocumentInfo |
| class | ODUFinder |
Typedefs | |
| typedef Eigen::Matrix< float, 1, 128 > | Feature |
| typedef std::vector< Feature, Eigen::aligned_allocator < Feature > > | FeatureVector |
Variables | |
| const int | COLORS = 13 |
| typedef Eigen::Matrix<float, 1, 128> Feature |
Definition at line 19 of file odu_finder.h.
| typedef std::vector<Feature, Eigen::aligned_allocator<Feature> > FeatureVector |
Definition at line 20 of file odu_finder.h.
| const int COLORS = 13 |
Definition at line 22 of file odu_finder.h.