/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 3777 int thickness = 1, int lineType = LINE_8, int shift = 0); 3811 int lineType = LINE_8, int shift = 0); 3820 int lineType = LINE_8, int shift = 0); 3836 int lineType = LINE_8, int shift = 0); 3864 int lineType = LINE_8, int shift = 0); 3876 int thickness = 1, int lineType = LINE_8); 3880 const Scalar& color, int lineType = LINE_8, 3897 const Scalar& color, int lineType = LINE_8, 3903 const Scalar& color, int lineType = LINE_8, int shift = 0, 3920 const Scalar& color, int lineType = LINE_8, int shift = 0, [all …]
|
/external/opencv3/samples/cpp/ |
D | segment_objects.cpp | 57 drawContours( dst, contours, largestComp, color, FILLED, LINE_8, hierarchy ); in refineSegments()
|
D | delaunay2.cpp | 21 circle( img, fp, 3, color, FILLED, LINE_8, 0 ); in draw_subdiv_point()
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 459 Imgproc.fillConvexPoly(gray0, polyline1, colorWhite, Imgproc.LINE_8, 0); in testFillConvexPolyMatListOfPointScalarIntInt() 464 Imgproc.fillConvexPoly(gray0, polyline2, colorBlack, Imgproc.LINE_8, 1); in testFillConvexPolyMatListOfPointScalarIntInt() 507 Imgproc.fillPoly(gray0, polylines1, new Scalar(1), Imgproc.LINE_8, 0, new Point(0, 0)); in testFillPolyMatListOfListOfPointScalarIntIntPoint() 511 Imgproc.fillPoly(gray0, polylines2, new Scalar(0), Imgproc.LINE_8, 0, new Point(1, 1)); in testFillPolyMatListOfListOfPointScalarIntIntPoint() 881 Imgproc.line(gray0, point2, point1, colorWhite, 2, Imgproc.LINE_8, 0); in testLineMatPointPointScalarIntIntInt() 885 Imgproc.line(gray0, point2_4, point1_4, colorBlack, 2, Imgproc.LINE_8, 2); in testLineMatPointPointScalarIntIntInt() 1632 Imgproc.rectangle(gray0, bottomRight1, topLeft, color, 2, Imgproc.LINE_8, 1); in testRectangleMatPointPointScalarIntIntInt() 1636 Imgproc.rectangle(gray0, bottomRight2, topLeft, colorBlack, 2, Imgproc.LINE_8, 0); in testRectangleMatPointPointScalarIntIntInt()
|
/external/opencv3/modules/imgproc/misc/java/test/ |
D | ImgprocTest.java | 2147 Imgproc.polylines(img, polyline1, true, new Scalar(100), 2, Imgproc.LINE_8, 0); in testPolylinesMatListOfListOfPointBooleanScalarIntIntInt() 2151 Imgproc.polylines(img, polyline2, true, new Scalar(0), 2, Imgproc.LINE_8, 1); in testPolylinesMatListOfListOfPointBooleanScalarIntIntInt() 2191 …oc.putText(img, text, origin, Core.FONT_HERSHEY_SIMPLEX, 1.0, colorWhite, 1, Imgproc.LINE_8, true); in testPutTextMatStringPointIntDoubleScalarIntIntBoolean()
|
/external/opencv3/modules/core/include/opencv2/ |
D | core.hpp | 206 LINE_8 = 8, //!< 8-connected line enumerator
|
/external/opencv3/doc/tutorials/introduction/documenting_opencv/ |
D | documentation_tutorial.markdown | 177 LINE_8 = 8, //!< 8-connected line
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 163 LINE_8 = 8, field in Core
|
D | imgproc+Imgproc.java | 66 LINE_8 = 8, field in Imgproc
|