OpenCV  2.4.13.3
Open Source Computer Vision
cv::flann::Index_< T > Member List

This is the complete list of members for cv::flann::Index_< T >, including all inherited members.

DistanceType typedefcv::flann::Index_< T >
ElementType typedefcv::flann::Index_< T >
getIndexParameters()cv::flann::Index_< T >inline
getParameters()cv::flann::Index_< T >inline
Index_(const Mat &features, const ::cvflann::IndexParams &params)cv::flann::Index_< T >
knnSearch(const vector< ElementType > &query, vector< int > &indices, vector< DistanceType > &dists, int knn, const ::cvflann::SearchParams &params)cv::flann::Index_< T >
knnSearch(const Mat &queries, Mat &indices, Mat &dists, int knn, const ::cvflann::SearchParams &params)cv::flann::Index_< T >
radiusSearch(const vector< ElementType > &query, vector< int > &indices, vector< DistanceType > &dists, DistanceType radius, const ::cvflann::SearchParams &params)cv::flann::Index_< T >
radiusSearch(const Mat &query, Mat &indices, Mat &dists, DistanceType radius, const ::cvflann::SearchParams &params)cv::flann::Index_< T >
save(std::string filename)cv::flann::Index_< T >inline
size() constcv::flann::Index_< T >inline
veclen() constcv::flann::Index_< T >inline
~Index_()cv::flann::Index_< T >