Searched refs:cvPolyLine (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 1064 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, const int* npts, int contours, 1072 #define cvDrawPolyLine cvPolyLine
|
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 297 cvPolyLine( &img, &pts, &n, 1, false, cvScalar(0,0,150), 4, CV_AA ); in draw() 309 cvPolyLine( &img, &pts, &n, 1, true, Scalar(100,200,100), 20 ); in draw()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1332 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, int* npts, int contours, 1340 #define cvDrawPolyLine cvPolyLine
|
/external/opencv3/modules/imgproc/test/ |
D | test_convhull.cpp | 744 cvPolyLine( img, &bpp, &n, 1, 1, CV_RGB(255,255,0), 1, CV_AA, 0 ); in validate_test_results() 854 cvPolyLine( img, &bpp, &n, 1, 1, CV_RGB(255,255,0), 1, CV_AA, 0 ); in validate_test_results()
|
/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
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2645 cvPolyLine( CvArr* _img, CvPoint **pts, const int *npts, in cvPolyLine() function
|