This is the complete list of members for cv::KDTree, including all inherited members.
build(InputArray points, bool copyAndReorderPoints=false) | cv::KDTree | |
build(InputArray points, InputArray labels, bool copyAndReorderPoints=false) | cv::KDTree | |
dims() const | cv::KDTree | |
findNearest(InputArray vec, int K, int Emax, OutputArray neighborsIdx, OutputArray neighbors=noArray(), OutputArray dist=noArray(), OutputArray labels=noArray()) const | cv::KDTree | |
findOrthoRange(InputArray minBounds, InputArray maxBounds, OutputArray neighborsIdx, OutputArray neighbors=noArray(), OutputArray labels=noArray()) const | cv::KDTree | |
getPoint(int ptidx, int *label=0) const | cv::KDTree | |
getPoints(InputArray idx, OutputArray pts, OutputArray labels=noArray()) const | cv::KDTree | |
KDTree() | cv::KDTree | |
KDTree(InputArray points, bool copyAndReorderPoints=false) | cv::KDTree | |
KDTree(InputArray points, InputArray _labels, bool copyAndReorderPoints=false) | cv::KDTree | |
labels | cv::KDTree | |
maxDepth | cv::KDTree | |
nodes | cv::KDTree | |
normType | cv::KDTree | |
points | cv::KDTree |