Go to the source code of this file.
Classes | |
struct | cvflann::SavedIndexParams |
class | cvflann::Index< Distance > |
Namespaces | |
cvflann | |
Functions | |
void | cvflann::log_verbosity (int level) |
template<typename Distance > | |
NNIndex< Distance > * | cvflann::load_saved_index (const Matrix< typename Distance::ElementType > &dataset, const std::string &filename, Distance distance) |
template<typename Distance > | |
int | cvflann::hierarchicalClustering (const Matrix< typename Distance::ElementType > &points, Matrix< typename Distance::ResultType > ¢ers, const KMeansIndexParams ¶ms, Distance d=Distance()) |