OpenCV 4.11.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 ( )
默认

成员数据文档

◆ 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,表示要绘制填充的圆形。


此结构体的文档由以下文件生成: