Lines Matching refs:InputArray
68 KDTree::KDTree(InputArray _points, bool _copyData)
75 KDTree::KDTree(InputArray _points, InputArray _labels, bool _copyData)
158 void KDTree::build(InputArray _points, bool _copyData)
164 void KDTree::build(InputArray __points, InputArray __labels, bool _copyData)
274 int KDTree::findNearest(InputArray _vec, int K, int emax,
417 void KDTree::findOrthoRange(InputArray _lowerBound,
418 InputArray _upperBound,
474 void KDTree::getPoints(InputArray _idx, OutputArray _pts, OutputArray _labels) const