Home | History | Annotate | Download | only in test

Lines Matching refs:polyline1

2142         List<MatOfPoint> polyline1 = new ArrayList<MatOfPoint>();
2143 polyline1.add(new MatOfPoint(new Point(1, 1), new Point(7, 1), new Point(7, 6), new Point(1, 6)));
2147 Imgproc.polylines(img, polyline1, true, new Scalar(100), 2, Imgproc.LINE_8, 0);