OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
公有成员函数 | 公有属性 | 所有成员列表
cv::gapi::wip::draw::Text 结构体参考

此结构体表示要绘制的文本字符串。 更多...

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

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

公有成员函数

GAPI_WRAP Text ()=default
 
GAPI_WRAP 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)
 Text 构造函数。
 

公有属性

GAPI_PROP_RW bool bottom_left_origin
 如果为真,图像数据原点位于左下角。否则,它位于左上角。
 
GAPI_PROP_RW cv::Scalar color
 文本颜色。
 
GAPI_PROP_RW int ff
 字体类型,请参见 HersheyFonts
 
GAPI_PROP_RW double fs
 字体缩放因子,乘以特定字体的基准大小。
 
GAPI_PROP_RW int lt
 线型。请参见 LineTypes
 
GAPI_PROP_RW cv::Point org
 图像中文本字符串的左下角。
 
GAPI_PROP_RW std::string text
 要绘制的文本字符串。
 
GAPI_PROP_RW int thick
 用于绘制文本的线条粗细。
 

详细描述

此结构体表示要绘制的文本字符串。

参数与 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

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

文本颜色。

◆ ff

GAPI_PROP_RW int cv::gapi::wip::draw::Text::ff

字体类型,请参见 HersheyFonts

◆ fs

GAPI_PROP_RW double cv::gapi::wip::draw::Text::fs

字体缩放因子,乘以特定字体的基准大小。

◆ lt

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

线型。请参见 LineTypes

◆ org

GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Text::org

图像中文本字符串的左下角。

◆ text

GAPI_PROP_RW std::string cv::gapi::wip::draw::Text::text

要绘制的文本字符串。

◆ thick

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

用于绘制文本的线条粗细。


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