Home | History | Annotate | Download | only in src

Lines Matching full:points

131     Mat points = _points.getMat();
132 int i, total = points.checkVector(2), depth = points.depth(), nout = 0;
149 Point* data0 = points.ptr<Point>();
153 CV_Assert(points.isContinuous());
238 // if all the points lie on the same line, then
240 // (except the exteme points).
267 Mat points = _points.getMat();
268 int i, j = 0, npoints = points.checkVector(2, CV_32S);
281 const Point* ptr = points.ptr<Point>();
288 // 2. cycle through points and hull, compute defects
308 // go through points to achieve next hull point
512 /* it must have more than 3 points */
539 "Input sequence is not a sequence of points" );