Searched refs:cvEllipse2Poly (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 295 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/ |
D | imgproc_c.h | 1192 CVAPI(int) cvEllipse2Poly( CvPoint center, CvSize axes,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 851 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/ |
D | cxcore.h | 1430 CVAPI(int) cvEllipse2Poly( CvPoint center, CvSize axes,
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2491 cvEllipse2Poly( CvPoint center, CvSize axes, int angle, in cvEllipse2Poly() function
|