OpenCV 4.12.0
Open Source Computer Vision
Loading...
Searching...
No Matches
flann.hpp File Reference
Include dependency graph for flann.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cv::flann::CvType< T >
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< Distance >
 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

flann_distance_t cvflann::flann_distance_type ()
template<typename Distance>
int cv::flann::hierarchicalClustering (const Mat &features, Mat &centers, const ::cvflann::KMeansIndexParams &params, Distance d=Distance())
 Clusters features using hierarchical k-means algorithm.
void cvflann::set_distance_type (flann_distance_t distance_type, int order)