Home
last modified time | relevance | path

Searched defs:fillConvexPoly (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Ddrawing.cpp1813 void fillConvexPoly( Mat& img, const Point* pts, int npts, in fillConvexPoly() function
2183 void cv::fillConvexPoly(InputOutputArray _img, InputArray _points, in fillConvexPoly() function in cv
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2683 …public static void fillConvexPoly(Mat img, MatOfPoint points, Scalar color, int lineType, int shif… in fillConvexPoly() method in Imgproc
2692 public static void fillConvexPoly(Mat img, MatOfPoint points, Scalar color) in fillConvexPoly() method in Imgproc