此结构体表示要绘制的矩形。更多…
#include <opencv2/gapi/render/render_types.hpp>
此结构体表示要绘制的矩形。
参数匹配 cv::rectangle()。
◆ Rect() [1/2]
cv::gapi::wip::draw::Rect::Rect |
( |
const cv::Rect & | rect_, |
|
|
const cv::Scalar & | color_, |
|
|
int | thick_ = 1, |
|
|
int | lt_ = 8, |
|
|
int | shift_ = 0 ) |
|
inline |
Rect 构造函数。
- 参数
-
rect_ | 矩形的坐标 |
color_ | 图像中文本字符串的左下角 |
thick_ | 构成矩形的线的粗细。负值,例如 FILLED,表示函数必须绘制一个填充的矩形 |
lt_ | 线的类型。参见 LineTypes |
shift_ | 点坐标中的分数位数 |
◆ Rect() [2/2]
GAPI_WRAP cv::gapi::wip::draw::Rect::Rect |
( |
| ) |
|
|
默认 |
◆ color
◆ lt
◆ rect
◆ shift
◆ thick
构成矩形的线的粗细。负值,例如 FILLED,表示函数必须绘制一个填充的矩形。
此结构体的文档是从以下文件生成的