HomeSort by relevance Sort by last modified time
    Searched refs:cvPolyLine (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/imgcodecs/test/
test_drawing.cpp 297 cvPolyLine( &img, &pts, &n, 1, false, cvScalar(0,0,150), 4, CV_AA );
309 cvPolyLine( &img, &pts, &n, 1, true, Scalar(100,200,100), 20 );
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 744 cvPolyLine( img, &bpp, &n, 1, 1, CV_RGB(255,255,0), 1, CV_AA, 0 );
854 cvPolyLine( img, &bpp, &n, 1, 1, CV_RGB(255,255,0), 1, CV_AA, 0 );
    [all...]
  /external/opencv/cv/include/
cvcompat.h 884 cvPolyLine( img, pts, npts, contours, is_closed,
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp     [all...]

Completed in 856 milliseconds