OpenCV
4.10.0-dev
Open Source Computer Vision
|
Classes | |
struct | CvType |
struct | CvType< char > |
struct | CvType< double > |
struct | CvType< float > |
struct | CvType< int > |
struct | CvType< short > |
struct | CvType< unsigned char > |
struct | CvType< unsigned short > |
class | GenericIndex |
The FLANN nearest neighbor index class. This class is templated with the type of elements for which the index is built. More... | |
Functions | |
template<typename Distance > | |
int | hierarchicalClustering (const Mat &features, Mat ¢ers, const ::cvflann::KMeansIndexParams ¶ms, Distance d=Distance()) |
Clusters features using hierarchical k-means algorithm. | |