fillPoly 476 modules/core/misc/java/test/CoreTest.java Imgproc.fillPoly(gray0, polylines, new Scalar(1)); fillPoly 507 modules/core/misc/java/test/CoreTest.java Imgproc.fillPoly(gray0, polylines1, new Scalar(1), Imgproc.LINE_8, 0, new Point(0, 0)); fillPoly 511 modules/core/misc/java/test/CoreTest.java Imgproc.fillPoly(gray0, polylines2, new Scalar(0), Imgproc.LINE_8, 0, new Point(1, 1)); fillPoly 115 modules/imgcodecs/test/test_drawing.cpp fillPoly( img, &pts, &n, 1, Scalar::all(255) ); fillPoly 166 modules/imgcodecs/test/test_drawing.cpp fillPoly( img, ppts, pn, 2, Scalar(100, 100, 0), 8, 0, Point(500, 20) ); fillPoly 3901 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS void fillPoly(Mat& img, const Point** pts, fillPoly 3919 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void fillPoly(InputOutputArray img, InputArrayOfArrays pts, fillPoly 2211 modules/imgproc/src/drawing.cpp fillPoly(img, (const Point**)ptsptr, npts, (int)ncontours, color, lineType, shift, offset); fillPoly 2641 modules/imgproc/src/drawing.cpp cv::fillPoly( img, (const cv::Point**)pts, npts, ncontours, color, line_type, shift ); fillPoly 83 samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/OnCameraFrameRender.java Imgproc.fillPoly(comparisonFrame, border, new Scalar(255, 255, 255)); fillPoly 144 samples/cpp/cloning_gui.cpp fillPoly(res1, pts4,&numpts, 1, Scalar(255, 255, 255), 8, 0); fillPoly 250 samples/cpp/cloning_gui.cpp fillPoly(res, pts6, &numpts, 1, Scalar(255, 255, 255), 8, 0); fillPoly 497 samples/cpp/cloning_gui.cpp fillPoly(res1, pts4,&numpts, 1, Scalar(255, 255, 255), 8, 0); fillPoly 101 samples/cpp/create_mask.cpp fillPoly(res1, pts4,&numpts, 1, Scalar(255, 255, 255), 8, 0); fillPoly 126 samples/cpp/drawing.cpp fillPoly(image, ppt, npt, 2, randomColor(rng), lineType); fillPoly 149 samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp fillPoly( img, fillPoly 246 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp fillPoly( image, ppt, npt, 2, randomColor(rng), lineType ); fillPoly 143 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp fillPoly(res1, pts4,&numpts, 1, Scalar(255, 255, 255), 8, 0); fillPoly 249 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp fillPoly(res, pts6, &numpts, 1, Scalar(255, 255, 255), 8, 0); fillPoly 496 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp fillPoly(res1, pts4,&numpts, 1, Scalar(255, 255, 255), 8, 0);