OpenCV
3.2.0
Open Source Computer Vision
|
This is the complete list of members for cvflann::LshIndex< Distance >, including all inherited members.
buildIndex() | cvflann::LshIndex< Distance > | virtual |
DistanceType typedef | cvflann::LshIndex< Distance > | |
ElementType typedef | cvflann::LshIndex< Distance > | |
findNeighbors(ResultSet< DistanceType > &result, const ElementType *vec, const SearchParams &) | cvflann::LshIndex< Distance > | virtual |
getParameters() const | cvflann::LshIndex< Distance > | virtual |
getType() const | cvflann::LshIndex< Distance > | virtual |
knnSearch(const Matrix< ElementType > &queries, Matrix< int > &indices, Matrix< DistanceType > &dists, int knn, const SearchParams ¶ms) | cvflann::LshIndex< Distance > | virtual |
loadIndex(FILE *stream) | cvflann::LshIndex< Distance > | virtual |
LshIndex(const Matrix< ElementType > &input_data, const IndexParams ¶ms=LshIndexParams(), Distance d=Distance()) | cvflann::LshIndex< Distance > | |
LshIndex(const LshIndex &) | cvflann::LshIndex< Distance > | |
operator=(const LshIndex &) | cvflann::LshIndex< Distance > | |
radiusSearch(const Matrix< ElementType > &query, Matrix< int > &indices, Matrix< DistanceType > &dists, float radius, const SearchParams ¶ms) | cvflann::NNIndex< Distance > | virtual |
saveIndex(FILE *stream) | cvflann::LshIndex< Distance > | virtual |
size() const | cvflann::LshIndex< Distance > | virtual |
usedMemory() const | cvflann::LshIndex< Distance > | virtual |
veclen() const | cvflann::LshIndex< Distance > | virtual |
~NNIndex() | cvflann::NNIndex< Distance > | virtual |