此结构体表示要绘制的文本字符串。更多…
#include <opencv2/gapi/render/render_types.hpp>
此结构体表示要绘制的文本字符串。
参数与 cv::putText() 匹配。
◆ Text() [1/2]
GAPI_WRAP cv::gapi::wip::draw::Text::Text |
( |
const std::string & | text_, |
|
|
const cv::Point & | org_, |
|
|
int | ff_, |
|
|
double | fs_, |
|
|
const cv::Scalar & | color_, |
|
|
int | thick_ = 1, |
|
|
int | lt_ = 8, |
|
|
bool | bottom_left_origin_ = false ) |
|
inline |
Text 构造函数。
- 参数
-
text_ | 要绘制的文本字符串 |
org_ | 图像中文本字符串的左下角 |
ff_ | 字体类型,参见 HersheyFonts |
fs_ | 乘以字体特定的基准大小的字体比例因子 |
color_ | 文本颜色 |
thick_ | 用于绘制文本的线条粗细 |
lt_ | 线型。参见 LineTypes |
bottom_left_origin_ | 如果为真,则图像数据原点位于左下角。否则,位于左上角 |
◆ Text() [2/2]
GAPI_WRAP cv::gapi::wip::draw::Text::Text |
( |
| ) |
|
|
默认 |
◆ bottom_left_origin
GAPI_PROP_RW bool cv::gapi::wip::draw::Text::bottom_left_origin |
如果为真,则图像数据原点位于左下角。否则,位于左上角。
◆ color
◆ ff
◆ fs
◆ lt
◆ org
◆ text
◆ thick
此结构体的文档由以下文件生成