Home | History | Annotate | Download | only in test

Lines Matching refs:LINE_4

1976         Imgproc.circle(gray0, center2, radius * 2, color128, 2, Imgproc.LINE_4, 1/*
1984 Imgproc.circle(gray0, center, radius, color0, 2, Imgproc.LINE_4, 0);
2057 Imgproc.ellipse(gray0, center, axes, angle, startAngle, endAngle, colorWhite, Core.FILLED, Imgproc.LINE_4, 0);
2061 Imgproc.ellipse(gray0, center2, axes2, angle, startAngle, endAngle, colorBlack, Core.FILLED, Imgproc.LINE_4, 1);
2111 Imgproc.ellipse(gray0, box, new Scalar(0), 1, Imgproc.LINE_4);