Home | History | Annotate | Download | only in src

Lines Matching full:hpoints

359     const Point2f* hpoints = hull.ptr<Point2f>();
363 rotatingCalipers( hpoints, n, CALIPERS_MINAREARECT, (float*)out );
372 box.center.x = (hpoints[0].x + hpoints[1].x)*0.5f;
373 box.center.y = (hpoints[0].y + hpoints[1].y)*0.5f;
374 double dx = hpoints[1].x - hpoints[0].x;
375 double dy = hpoints[1].y - hpoints[0].y;
383 box.center = hpoints[0];