#include "rtflann/general.h"
#include "rtflann/algorithms/nn_index.h"
#include "rtflann/nn/ground_truth.h"
#include "rtflann/nn/index_testing.h"
#include "rtflann/util/sampling.h"
#include "rtflann/algorithms/kdtree_index.h"
#include "rtflann/algorithms/kdtree_single_index.h"
#include "rtflann/algorithms/kmeans_index.h"
#include "rtflann/algorithms/composite_index.h"
#include "rtflann/algorithms/linear_index.h"
#include "rtflann/util/logger.h"
Go to the source code of this file.
Classes | |
class | rtflann::AutotunedIndex< Distance > |
struct | rtflann::AutotunedIndexParams |
struct | rtflann::AutotunedIndex< Distance >::CostData |
Namespaces | |
rtflann | |
Functions | |
template<typename Distance > | |
NNIndex< Distance > * | rtflann::create_index_by_type (const flann_algorithm_t index_type, const Matrix< typename Distance::ElementType > &dataset, const IndexParams ¶ms, const Distance &distance) |