opencv2/flann.hpp#
#include <opencv2/core.hpp>
#include <opencv2/flann/miniflann.hpp>
#include <opencv2/flann/flann_base.hpp>
Include dependency graph for flann.hpp:
This graph shows which files directly or indirectly include flann.hpp:
Classes#
struct cv::flann::CvType
struct cv::flann::CvType< char >
struct cv::flann::CvType< double >
struct cv::flann::CvType< float >
struct cv::flann::CvType< short >
struct cv::flann::CvType< unsigned char >
struct cv::flann::CvType< unsigned short >
class cv::flann::GenericIndex
The FLANN nearest neighbor index class. This class is templated with the type of elements for which the index is built. More…
Namespaces#
namespace cv
namespace cv::flann
namespace cvflann
Functions#
int cv::flann::hierarchicalClustering (const Mat &features, Mat ¢ers, const ::cvflann::KMeansIndexParams ¶ms, Distance d=Distance())
Clusters features using hierarchical k-means algorithm.