Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvsubdiv2.cpp154 cvFillConvexPoly( dst, buf, count, color ); in draw_subdiv_facet()
/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