Home
last modified time | relevance | path

Searched refs:LINE_8 (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp3777 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/
Dsegment_objects.cpp57 drawContours( dst, contours, largestComp, color, FILLED, LINE_8, hierarchy ); in refineSegments()
Ddelaunay2.cpp21 circle( img, fp, 3, color, FILLED, LINE_8, 0 ); in draw_subdiv_point()
/external/opencv3/modules/core/misc/java/test/
DCoreTest.java459 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/
DImgprocTest.java2147 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/
Dcore.hpp206 LINE_8 = 8, //!< 8-connected line enumerator
/external/opencv3/doc/tutorials/introduction/documenting_opencv/
Ddocumentation_tutorial.markdown177 LINE_8 = 8, //!< 8-connected line
/external/opencv3/modules/java/src/
Dcore+Core.java163 LINE_8 = 8, field in Core
Dimgproc+Imgproc.java66 LINE_8 = 8, field in Imgproc