cv::flann Namespace Reference

Classes

struct  CvType
struct  CvType< unsigned char >
struct  CvType< char >
struct  CvType< unsigned short >
struct  CvType< short >
struct  CvType< int >
struct  CvType< float >
struct  CvType< double >
class  Index_

Typedefs

typedef Index_< float > Index

Functions

template<typename ELEM_TYPE , typename DIST_TYPE >
int hierarchicalClustering (const Mat &features, Mat &centers, const KMeansIndexParams &params)

Typedef Documentation

typedef Index_<float> cv::flann::Index

Function Documentation

template<typename ELEM_TYPE , typename DIST_TYPE >
int cv::flann::hierarchicalClustering ( const Mat &  features,
Mat &  centers,
const KMeansIndexParams &  params 
)