OpenCV
4.0.0
Open Source Computer Vision
|
#include <sstream>
#include "general.h"
#include "nn_index.h"
#include "ground_truth.h"
#include "index_testing.h"
#include "sampling.h"
#include "kdtree_index.h"
#include "kdtree_single_index.h"
#include "kmeans_index.h"
#include "composite_index.h"
#include "linear_index.h"
#include "logger.h"
Classes | |
class | cvflann::AutotunedIndex< Distance > |
struct | cvflann::AutotunedIndexParams |
Namespaces | |
cvflann | |
Functions | |
template<typename Distance > | |
NNIndex< Distance > * | cvflann::create_index_by_type (const Matrix< typename Distance::ElementType > &dataset, const IndexParams ¶ms, const Distance &distance) |