This is the complete list of members for cvflann::Index< Distance >, including all inherited members.
buildIndex() | cvflann::Index< Distance > | virtual |
DistanceType typedef | cvflann::Index< Distance > | |
ElementType typedef | cvflann::Index< Distance > | |
findNeighbors(ResultSet< DistanceType > &result, const ElementType *vec, const SearchParams &searchParams) | cvflann::Index< Distance > | virtual |
getIndex() | cvflann::Index< Distance > | |
getIndexParameters() | cvflann::Index< Distance > | |
getParameters() const | cvflann::Index< Distance > | virtual |
getType() const | cvflann::Index< Distance > | virtual |
Index(const Matrix< ElementType > &features, const IndexParams ¶ms, Distance distance=Distance()) | cvflann::Index< Distance > | |
knnSearch(const Matrix< ElementType > &queries, Matrix< int > &indices, Matrix< DistanceType > &dists, int knn, const SearchParams ¶ms) | cvflann::Index< Distance > | virtual |
loadIndex(FILE *stream) | cvflann::Index< Distance > | virtual |
radiusSearch(const Matrix< ElementType > &query, Matrix< int > &indices, Matrix< DistanceType > &dists, float radius, const SearchParams ¶ms) | cvflann::Index< Distance > | virtual |
save(cv::String filename) | cvflann::Index< Distance > | |
saveIndex(FILE *stream) | cvflann::Index< Distance > | virtual |
size() const | cvflann::Index< Distance > | virtual |
usedMemory() const | cvflann::Index< Distance > | virtual |
veclen() const | cvflann::Index< Distance > | virtual |
~Index() | cvflann::Index< Distance > | |
~NNIndex() | cvflann::NNIndex< Distance > | virtual |