Searched refs:cvFillPoly (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 266 cvFillPoly( &img, &pts, &n, 1, cvScalar(255,255,255) ); in draw() 325 cvFillPoly( &img, ppts, pn, 2, cvScalar(100, 100, 0), 8, 0 ); in draw()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 1057 CVAPI(void) cvFillPoly( CvArr* img, CvPoint** pts, const int* npts,
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1328 CVAPI(void) cvFillPoly( CvArr* img, CvPoint** pts, int* npts, int contours, CvScalar color,
|
/external/opencv3/modules/imgproc/test/ |
D | test_convhull.cpp | 1791 cvFillPoly( img, &pt, &count, 1, cvScalarAll(1)); in validate_test_results()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1949 cvFillPoly( void *img, CvPoint **pts, int *npts, int contours, in cvFillPoly() function
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2636 cvFillPoly( CvArr* _img, CvPoint **pts, const int *npts, int ncontours, in cvFillPoly() function
|