fillConvexPoly 446 modules/core/misc/java/test/CoreTest.java Imgproc.fillConvexPoly(gray0, polyline, new Scalar(150)); fillConvexPoly 459 modules/core/misc/java/test/CoreTest.java Imgproc.fillConvexPoly(gray0, polyline1, colorWhite, Imgproc.LINE_8, 0); fillConvexPoly 464 modules/core/misc/java/test/CoreTest.java Imgproc.fillConvexPoly(gray0, polyline2, colorBlack, Imgproc.LINE_8, 1); fillConvexPoly 59 modules/features2d/test/test_orb.cpp fillConvexPoly(roi, poly, int(sizeof(poly) / sizeof(poly[0])), Scalar(255)); fillConvexPoly 151 modules/imgcodecs/test/test_drawing.cpp fillConvexPoly( img, pts, n, Scalar(0, 80, 0) ); fillConvexPoly 440 modules/imgcodecs/test/test_drawing.cpp fillConvexPoly(gray0, line1, Scalar(255), 8, 0); fillConvexPoly 443 modules/imgcodecs/test/test_drawing.cpp fillConvexPoly(gray0, line2, Scalar(0), 8, 1); fillConvexPoly 3879 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void fillConvexPoly(Mat& img, const Point* pts, int npts, fillConvexPoly 3896 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void fillConvexPoly(InputOutputArray img, InputArray points, fillConvexPoly 2188 modules/imgproc/src/drawing.cpp fillConvexPoly(img, points.ptr<Point>(), points.rows*points.cols*points.channels()/2, color, lineType, shift); fillConvexPoly 2631 modules/imgproc/src/drawing.cpp cv::fillConvexPoly( img, (const cv::Point*)pts, npts, fillConvexPoly 97 samples/cpp/delaunay2.cpp fillConvexPoly(img, ifacet, color, 8, 0); fillConvexPoly 180 samples/cpp/select3dobj.cpp fillConvexPoly(selectedObjMask, &hull[0], (int)hull.size(), Scalar::all(255), 8, 0); fillConvexPoly 186 samples/cpp/select3dobj.cpp fillConvexPoly(selectedObjMask, &hull[0], (int)hull.size(), Scalar::all(GC_PR_FGD), 8, 0);