Searched refs:LINE_4 (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/imgproc/misc/java/test/ |
D | ImgprocTest.java | 1976 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/ |
D | core.hpp | 205 LINE_4 = 4, //!< 4-connected line enumerator
|
/external/opencv3/doc/tutorials/introduction/documenting_opencv/ |
D | documentation_tutorial.markdown | 176 LINE_4 = 4, //!< 4-connected line
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 162 LINE_4 = 4, field in Core
|
D | imgproc+Imgproc.java | 67 LINE_4 = 4, field in Imgproc
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 1621 Imgproc.rectangle(gray0, bottomRight, topLeft, colorBlack, 2, Imgproc.LINE_4, 0); in testRectangleMatPointPointScalarIntInt()
|