Searched refs:cvFillConvexPoly (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvsubdiv2.cpp | 154 cvFillConvexPoly( dst, buf, count, color ); in draw_subdiv_facet()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1324 CVAPI(void) cvFillConvexPoly( CvArr* img, CvPoint* pts, int npts, CvScalar color,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly() function
|