#include "miniflann.hpp"
|
| Index () |
|
| Index (InputArray features, const IndexParams ¶ms, cvflann::flann_distance_t distType=cvflann::FLANN_DIST_L2) |
|
virtual | ~Index () |
|
virtual void | build (InputArray features, const IndexParams ¶ms, cvflann::flann_distance_t distType=cvflann::FLANN_DIST_L2) |
|
cvflann::flann_algorithm_t | getAlgorithm () const |
|
cvflann::flann_distance_t | getDistance () const |
|
virtual void | knnSearch (InputArray query, OutputArray indices, OutputArray dists, int knn, const SearchParams ¶ms=SearchParams()) |
|
virtual bool | load (InputArray features, const String &filename) |
|
virtual int | radiusSearch (InputArray query, OutputArray indices, OutputArray dists, double radius, int maxResults, const SearchParams ¶ms=SearchParams()) |
|
virtual void | release () |
|
virtual void | save (const String &filename) const |
|
cv::flann::Index::Index |
( |
| ) |
|
virtual cv::flann::Index::~Index |
( |
| ) |
|
|
virtual |
virtual bool cv::flann::Index::load |
( |
InputArray |
features, |
|
|
const String & |
filename |
|
) |
| |
|
virtual |
virtual void cv::flann::Index::release |
( |
| ) |
|
|
virtual |
virtual void cv::flann::Index::save |
( |
const String & |
filename | ) |
const |
|
virtual |
int cv::flann::Index::featureType |
|
protected |
void* cv::flann::Index::index |
|
protected |
The documentation for this class was generated from the following file: