码迷,mamicode.com
首页 > 其他好文 > 详细

函数ellipse

时间:2018-04-17 18:07:29      阅读:282      评论:0      收藏:0      [点我收藏+]

标签:cal   span   ons   img   ble   poi   div   长度   start   

功能:画椭圆

函数原型:

1 void ellipse(InputOutputArray img, Point center, Size axes,
2                         double angle, double startAngle, double endAngle,
3                         const Scalar& color, int thickness = 1,
4                         int lineType = LINE_8, int shift = 0);

img:图像

center:圆心坐标

axes:轴的长度

angle:偏转的角度

startAngle:圆弧起始角的角度

endAngle:圆弧终止角的角度

color:线条的颜色

thickness:线条的粗细程度

lineType:线条的类型

shift:圆心坐标点和轴的精度

 

函数ellipse

标签:cal   span   ons   img   ble   poi   div   长度   start   

原文地址:https://www.cnblogs.com/chen-cai/p/8868112.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!