此结构体表示要绘制的圆。 更多...
#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,表示要绘制一个填充的圆。
此结构体的文档是从以下文件生成的