OpenCV
4.0.0
Open Source Computer Vision
|
#include "general.h"
#include "nn_index.h"
#include "kdtree_index.h"
#include "kdtree_single_index.h"
#include "kmeans_index.h"
#include "composite_index.h"
#include "linear_index.h"
#include "hierarchical_clustering_index.h"
#include "lsh_index.h"
#include "autotuned_index.h"
Classes | |
struct | cvflann::index_creator< KDTreeCapability, VectorSpace, Distance > |
struct | cvflann::index_creator< False, False, Distance > |
struct | cvflann::index_creator< False, VectorSpace, Distance > |
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) |