Searched refs:cvPolyLine (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/include/ |
D | cxcore.h | 1332 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, int* npts, int contours, 1340 #define cvDrawPolyLine cvPolyLine
|
/external/opencv/cv/include/ |
D | cvcompat.h | 884 cvPolyLine( img, pts, npts, contours, is_closed,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2018 cvPolyLine( void *img, CvPoint **pts, int *npts, in cvPolyLine() function
|