#include <opencv2/flann/linear_index.h>
|
| LinearIndex (const Matrix< ElementType > &inputData, const IndexParams ¶ms=LinearIndexParams(), Distance d=Distance()) |
|
| LinearIndex (const LinearIndex &) |
|
void | buildIndex () CV_OVERRIDE |
| Builds the index.
|
|
void | findNeighbors (ResultSet< DistanceType > &resultSet, const ElementType *vec, const SearchParams &) CV_OVERRIDE |
| Method that searches for nearest-neighbours.
|
|
IndexParams | getParameters () const CV_OVERRIDE |
|
flann_algorithm_t | getType () const CV_OVERRIDE |
|
void | loadIndex (FILE *) CV_OVERRIDE |
| Loads the index from a stream.
|
|
LinearIndex & | operator= (const LinearIndex &) |
|
void | saveIndex (FILE *) CV_OVERRIDE |
| Saves the index to a stream.
|
|
size_t | size () const CV_OVERRIDE |
|
int | usedMemory () const CV_OVERRIDE |
|
size_t | veclen () const CV_OVERRIDE |
|
virtual | ~NNIndex () |
|
virtual void | knnSearch (const Matrix< ElementType > &queries, Matrix< int > &indices, Matrix< DistanceType > &dists, int knn, const SearchParams ¶ms) |
| Perform k-nearest neighbor search.
|
|
virtual int | radiusSearch (const Matrix< ElementType > &query, Matrix< int > &indices, Matrix< DistanceType > &dists, float radius, const SearchParams ¶ms) |
| Perform radius search.
|
|
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>
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: