Home
last modified time | relevance | path

Searched refs:LINE_4 (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/imgproc/misc/java/test/
DImgprocTest.java1976 Imgproc.circle(gray0, center2, radius * 2, color128, 2, Imgproc.LINE_4, 1/* in testCircleMatPointIntScalarIntIntInt()
1984 Imgproc.circle(gray0, center, radius, color0, 2, Imgproc.LINE_4, 0); in testCircleMatPointIntScalarIntIntInt()
2057 …ipse(gray0, center, axes, angle, startAngle, endAngle, colorWhite, Core.FILLED, Imgproc.LINE_4, 0); in testEllipseMatPointSizeDoubleDoubleDoubleScalarIntIntInt()
2061 …se(gray0, center2, axes2, angle, startAngle, endAngle, colorBlack, Core.FILLED, Imgproc.LINE_4, 1); in testEllipseMatPointSizeDoubleDoubleDoubleScalarIntIntInt()
2111 Imgproc.ellipse(gray0, box, new Scalar(0), 1, Imgproc.LINE_4); in testEllipseMatRotatedRectScalarIntInt()
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp205 LINE_4 = 4, //!< 4-connected line enumerator
/external/opencv3/doc/tutorials/introduction/documenting_opencv/
Ddocumentation_tutorial.markdown176 LINE_4 = 4, //!< 4-connected line
/external/opencv3/modules/java/src/
Dcore+Core.java162 LINE_4 = 4, field in Core
Dimgproc+Imgproc.java67 LINE_4 = 4, field in Imgproc
/external/opencv3/modules/core/misc/java/test/
DCoreTest.java1621 Imgproc.rectangle(gray0, bottomRight, topLeft, colorBlack, 2, Imgproc.LINE_4, 0); in testRectangleMatPointPointScalarIntInt()