Home | History | Annotate | Download | only in test

Lines Matching defs:point2

1081         Point point2 = new Point(img.cols() / 2, img.rows() / 2);
1082 Imgproc.line(img, point1, point2, colorWhite, 1);
1110 Point point2 = new Point(sz, sz);
1113 Imgproc.line(img, point1, point2, Scalar.all(255), 1);