Home
last modified time | relevance | path

Searched refs:cvFillPoly (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/imgproc/
H A Dimgproc_c.h1024 CVAPI(void) cvFillPoly( CvArr* img, CvPoint** pts, const int* npts,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/samples/
H A Dlinemod.cpp508 cvFillPoly(lp_mask, &lp_chain, &l_nn, 1, cvScalar(255, 255, 255)); in filterPlane()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_convhull.cpp1925 cvFillPoly( img, &pt, &count, 1, cvScalarAll(1)); in validate_test_results()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Ddrawing.cpp2828 cvFillPoly( CvArr* _img, CvPoint **pts, const int *npts, int ncontours, in cvFillPoly() function