Home
last modified time | relevance | path

Searched refs:cvEllipse2Poly (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp295 actualSize = cvEllipse2Poly( cvPoint(430,180), cvSize(100,150), 30, 0, 150, &polyline[0], 20 ); in draw()
307 actualSize = cvEllipse2Poly( cvPoint(500,300), cvSize(50,80), 0, 0, 180, &polyline[0], 10 ); in draw()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1192 CVAPI(int) cvEllipse2Poly( CvPoint center, CvSize axes,
/external/opencv/cxcore/src/
Dcxdrawing.cpp851 cvEllipse2Poly( CvPoint center, CvSize axes, int angle, in cvEllipse2Poly() function
931 count = cvEllipse2Poly( center, axes, angle, arc_start, arc_end, v, delta ); in icvEllipseEx()
/external/opencv/cxcore/include/
Dcxcore.h1430 CVAPI(int) cvEllipse2Poly( CvPoint center, CvSize axes,
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2491 cvEllipse2Poly( CvPoint center, CvSize axes, int angle, in cvEllipse2Poly() function