#include "vocabulary_tree/vocabulary_tree.h"
#include <opencv/cv.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include <stdint.h>
#include <math.h>
#include "opencv2/core/types_c.h"
#include <limits.h>
#include "opencv2/core/core_c.h"
#include "opencv2/imgproc/types_c.h"
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/flann/flann.hpp"
Go to the source code of this file.
Classes | |
class | vt::GenericTree |
Vocabulary tree wrapper for easy integration with OpenCV features, or when the (dense) descriptor size and/or type isn't known at compile time. More... | |
struct | vt::distance::L2< cv::Mat > |
L2 distance specialization for cv::Mat. More... | |
Namespaces | |
namespace | vt |
namespace | vt::distance |