此结构体表示要绘制的圆形。 更多…
#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 |
( |
| ) |
|
|
默认 |
◆ center
◆ color
◆ lt
◆ radius
◆ shift
◆ thick
圆形轮廓的粗细,如果为正值。负值,例如 FILLED,表示要绘制填充的圆形。
此结构体的文档由以下文件生成: