该结构表示一个要绘制的圆圈。 更多...
#include <opencv2/gapi/render/render_types.hpp>
该结构表示一个要绘制的圆圈。
参数与 cv::circle() 相匹配。
◆ Circle() [1/2]
GAPI_WRAP cv::gapi::wip::draw::Circle::Circle |
( |
const cv::Point & |
center_, |
|
|
int |
radius_, |
|
|
const cv::Scalar & |
color_, |
|
|
int |
thick_ = 1 , |
|
|
int |
lt_ = 8 , |
|
|
int |
shift_ = 0 |
|
) |
| |
|
inline |
Circle 构造函数。
- 参数
-
center_ | 圆心 |
radius_ | 圆圈的半径 |
color_ | 圆圈的颜色 |
thick_ | 圆圈轮廓的粗细,如果为正数。负值(如 FILLED)表示要绘制填充圆 |
lt_ | 圆圈边界的类型。请参见 LineTypes |
shift_ | 圆心坐标和小数部分的位数 |
◆ Circle() [2/2]
GAPI_WRAP cv::gapi::wip::draw::Circle::Circle |
( |
| ) |
|
|
default |
◆ center
◆ color
◆ lt
◆ radius
◆ shift
◆ thick
圆圈轮廓的粗细,如果为正数。负值(如 FILLED)表示要绘制填充圆。
该结构的文档从以下文件生成