HomeSort by relevance Sort by last modified time
    Searched refs:LINE_8 (Results 1 - 9 of 9) sorted by null

  /external/opencv3/samples/cpp/
segment_objects.cpp 57 drawContours( dst, contours, largestComp, color, FILLED, LINE_8, hierarchy );
delaunay2.cpp 21 circle( img, fp, 3, color, FILLED, LINE_8, 0 );
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 459 Imgproc.fillConvexPoly(gray0, polyline1, colorWhite, Imgproc.LINE_8, 0);
464 Imgproc.fillConvexPoly(gray0, polyline2, colorBlack, Imgproc.LINE_8, 1);
507 Imgproc.fillPoly(gray0, polylines1, new Scalar(1), Imgproc.LINE_8, 0, new Point(0, 0));
511 Imgproc.fillPoly(gray0, polylines2, new Scalar(0), Imgproc.LINE_8, 0, new Point(1, 1));
881 Imgproc.line(gray0, point2, point1, colorWhite, 2, Imgproc.LINE_8, 0);
885 Imgproc.line(gray0, point2_4, point1_4, colorBlack, 2, Imgproc.LINE_8, 2);
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java     [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp 206 LINE_8 = 8, //!< 8-connected line
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 163 LINE_8 = 8,
    [all...]
imgproc+Imgproc.java 66 LINE_8 = 8,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 146 milliseconds