#include <flann.hpp>
List of all members.
Public Types |
| typedef Distance::ElementType | ElementType |
| typedef Distance::ResultType | DistanceType |
Public Member Functions |
| | GenericIndex (const Mat &features, const ::cvflann::IndexParams ¶ms, Distance distance=Distance()) |
| | ~GenericIndex () |
| void | knnSearch (const vector< ElementType > &query, vector< int > &indices, vector< DistanceType > &dists, int knn, const ::cvflann::SearchParams ¶ms) |
| void | knnSearch (const Mat &queries, Mat &indices, Mat &dists, int knn, const ::cvflann::SearchParams ¶ms) |
| int | radiusSearch (const vector< ElementType > &query, vector< int > &indices, vector< DistanceType > &dists, DistanceType radius, const ::cvflann::SearchParams ¶ms) |
| int | radiusSearch (const Mat &query, Mat &indices, Mat &dists, DistanceType radius, const ::cvflann::SearchParams ¶ms) |
| void | save (std::string filename) |
| int | veclen () const |
| int | size () const |
| ::cvflann::IndexParams | getParameters () |
| FLANN_DEPRECATEDconst::cvflann::IndexParams * | getIndexParameters () |
template<typename Distance>
class cv::flann::GenericIndex< Distance >
Member Typedef Documentation
template<typename Distance >
template<typename Distance >
Constructor & Destructor Documentation
template<typename Distance >
template<typename Distance >
Member Function Documentation
template<typename Distance >
template<typename Distance >
template<typename Distance >
template<typename Distance >
template<typename Distance >
template<typename Distance >
template<typename Distance >
template<typename Distance >
template<typename Distance >
The documentation for this class was generated from the following file: