Searched defs:fillConvexPoly (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 1813 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/ |
D | imgproc+Imgproc.java | 2683 …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
|