Classes | Namespaces | Typedefs | Functions
include/opencv2/flann/flann.hpp File Reference

Go to the source code of this file.

Classes

struct  cv::flann::CvType< T >
struct  cv::flann::CvType< unsigned char >
struct  cv::flann::CvType< char >
struct  cv::flann::CvType< unsigned short >
struct  cv::flann::CvType< short >
struct  cv::flann::CvType< int >
struct  cv::flann::CvType< float >
struct  cv::flann::CvType< double >
class  cv::flann::Index_< T >

Namespaces

namespace  cv
 Namespace where all the C++ OpenCV functionality resides.
namespace  cv::flann

Typedefs

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

Functions

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