OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::gapi::wip::draw::Circle 结构体参考

此结构体表示要绘制的圆。 更多...

#include <opencv2/gapi/render/render_types.hpp>

cv::gapi::wip::draw::Circle 的协作图

公共成员函数

GAPI_WRAP Circle ()=default
 
GAPI_WRAP Circle (const cv::Point &center_, int radius_, const cv::Scalar &color_, int thick_=1, int lt_=8, int shift_=0)
 Circle 构造函数。
 

公共属性

GAPI_PROP_RW cv::Point center
 圆的中心。
 
GAPI_PROP_RW cv::Scalar color
 圆的颜色。
 
GAPI_PROP_RW int lt
 圆边界的类型。 请参见 LineTypes
 
GAPI_PROP_RW int radius
 圆的半径。
 
GAPI_PROP_RW int 移位 (shift)
 中心坐标和半径值中的小数位数。
 
GAPI_PROP_RW int thick
 圆轮廓的粗细,如果为正值。 负值,例如 FILLED,表示要绘制一个填充的圆。
 

详细描述

此结构体表示要绘制的圆。

参数匹配 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

GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Circle::center

圆的中心。

◆ color

GAPI_PROP_RW cv::Scalar cv::gapi::wip::draw::Circle::color

圆的颜色。

◆ lt

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::lt

圆边界的类型。 请参见 LineTypes

◆ radius

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::radius

圆的半径。

◆ shift

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::shift

中心坐标和半径值中的小数位数。

◆ thick

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::thick

圆轮廓的粗细,如果为正值。 负值,例如 FILLED,表示要绘制一个填充的圆。


此结构体的文档是从以下文件生成的