Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h1332 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, int* npts, int contours,
1340 #define cvDrawPolyLine cvPolyLine
/external/opencv/cv/include/
Dcvcompat.h884 cvPolyLine( img, pts, npts, contours, is_closed,
/external/opencv/cxcore/src/
Dcxdrawing.cpp2018 cvPolyLine( void *img, CvPoint **pts, int *npts, in cvPolyLine() function