Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1064 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, const int* npts, int contours,
1072 #define cvDrawPolyLine cvPolyLine
/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp297 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/
Dcxcore.h1332 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, int* npts, int contours,
1340 #define cvDrawPolyLine cvPolyLine
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp744 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/
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
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2645 cvPolyLine( CvArr* _img, CvPoint **pts, const int *npts, in cvPolyLine() function