Home
last modified time | relevance | path

Searched refs:cvFillConvexPoly (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cvaux/src/
Dcvsubdiv2.cpp154 cvFillConvexPoly( dst, buf, count, color ); in draw_subdiv_facet()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1051 CVAPI(void) cvFillConvexPoly( CvArr* img, const CvPoint* pts, int npts, CvScalar color,
/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp310 cvFillConvexPoly( &img, pts, n, cvScalar(0, 80, 0) ); in draw()
/external/opencv/cxcore/include/
Dcxcore.h1324 CVAPI(void) cvFillConvexPoly( CvArr* img, CvPoint* pts, int npts, CvScalar color,
/external/opencv/cxcore/src/
Dcxdrawing.cpp1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly() function
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2627 cvFillConvexPoly( CvArr* _img, const CvPoint *pts, int npts, in cvFillConvexPoly() function