#include "flann.hpp"
|
| Index_ (const Mat &dataset, const ::cvflann::IndexParams ¶ms) |
|
| ~Index_ () |
|
const ::cvflann::IndexParams * | getIndexParameters () |
|
::cvflann::IndexParams | getParameters () |
|
void | knnSearch (const std::vector< ElementType > &query, std::vector< int > &indices, std::vector< DistanceType > &dists, int knn, const ::cvflann::SearchParams &searchParams) |
|
void | knnSearch (const Mat &queries, Mat &indices, Mat &dists, int knn, const ::cvflann::SearchParams &searchParams) |
|
int | radiusSearch (const std::vector< ElementType > &query, std::vector< int > &indices, std::vector< DistanceType > &dists, DistanceType radius, const ::cvflann::SearchParams &searchParams) |
|
int | radiusSearch (const Mat &query, Mat &indices, Mat &dists, DistanceType radius, const ::cvflann::SearchParams &searchParams) |
|
void | save (String filename) |
|
int | size () const |
|
int | veclen () const |
|
template<typename T>
class cv::flann::Index_< T >
- Deprecated:
- Use GenericIndex class instead
§ DistanceType
§ ElementType
§ Index_()
§ ~Index_()
§ getIndexParameters()
§ getParameters()
§ knnSearch() [1/2]
§ knnSearch() [2/2]
§ radiusSearch() [1/2]
§ radiusSearch() [2/2]
§ save()
§ size()
§ veclen()
The documentation for this class was generated from the following file: