cv::KDTree Member List
This is the complete list of members for
cv::KDTree, including all inherited members.
build(const Mat &_points, bool copyAndReorderPoints=false) | cv::KDTree | |
dims() const | cv::KDTree | |
findNearest(const float *vec, int K, int Emax, int *neighborsIdx, Mat *neighbors=0, float *dist=0) const | cv::KDTree | |
findNearest(const float *vec, int K, int Emax, vector< int > *neighborsIdx, Mat *neighbors=0, vector< float > *dist=0) const | cv::KDTree | |
findOrthoRange(const float *minBounds, const float *maxBounds, vector< int > *neighborsIdx, Mat *neighbors=0) const | cv::KDTree | |
getPoint(int ptidx) const | cv::KDTree | |
getPoints(const int *idx, size_t nidx, Mat &pts) const | cv::KDTree | |
getPoints(const Mat &idxs, Mat &pts) const | cv::KDTree | |
KDTree() | cv::KDTree | |
KDTree(const Mat &_points, bool copyAndReorderPoints=false) | cv::KDTree | |
maxDepth | cv::KDTree | |
nodes | cv::KDTree | |
normType | cv::KDTree | |
points | cv::KDTree | |