HomeSort by relevance Sort by last modified time
    Searched defs:fillConvexPoly (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/imgproc/src/
drawing.cpp 73 FillConvexPoly( Mat& img, const Point* v, int npts,
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 446 Imgproc.fillConvexPoly(gray0, polyline, new Scalar(150));
456 // current implementation of fixed-point version of fillConvexPoly
459 Imgproc.fillConvexPoly(gray0, polyline1, colorWhite, Imgproc.LINE_8, 0);
464 Imgproc.fillConvexPoly(gray0, polyline2, colorBlack, Imgproc.LINE_8, 1);
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 256 milliseconds