Home | History | Annotate | Download | only in test

Lines Matching refs:center2

1971         Point center2 = new Point(gray0.cols(), gray0.rows());
1976 Imgproc.circle(gray0, center2, radius * 2, color128, 2, Imgproc.LINE_4, 1/*
2053 Point center2 = new Point(gray0.cols(), gray0.rows());
2061 Imgproc.ellipse(gray0, center2, axes2, angle, startAngle, endAngle, colorBlack, Core.FILLED, Imgproc.LINE_4, 1);