#include <opencv2/flann/autotuned_index.h>
|
| | AutotunedIndex (const Matrix< ElementType > &inputData, const IndexParams ¶ms=AutotunedIndexParams(), Distance d=Distance()) |
| |
| | AutotunedIndex (const AutotunedIndex &) |
| |
| virtual | ~AutotunedIndex () |
| |
| virtual void | buildIndex () CV_OVERRIDE |
| |
| virtual void | findNeighbors (ResultSet< DistanceType > &result, const ElementType *vec, const SearchParams &searchParams) CV_OVERRIDE |
| |
| IndexParams | getParameters () const CV_OVERRIDE |
| |
| SearchParams | getSearchParameters () const |
| |
| float | getSpeedup () const |
| |
| virtual flann_algorithm_t | getType () const CV_OVERRIDE |
| |
| virtual void | loadIndex (FILE *stream) CV_OVERRIDE |
| |
| AutotunedIndex & | operator= (const AutotunedIndex &) |
| |
| virtual void | saveIndex (FILE *stream) CV_OVERRIDE |
| |
| virtual size_t | size () const CV_OVERRIDE |
| |
| virtual int | usedMemory () const CV_OVERRIDE |
| |
| virtual 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>
template<typename Distance>
template<typename Distance>
template<typename Distance>
The documentation for this class was generated from the following file: