This structure represents a text string to draw.
More...
#include <opencv2/gapi/render/render_types.hpp>
|
| 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 constructor. More...
|
|
| Text ()=default |
|
This structure represents a text string to draw.
Parameters match cv::putText().
◆ Text() [1/2]
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 constructor.
- Parameters
-
text_ | The text string to be drawn |
org_ | The bottom-left corner of the text string in the image |
ff_ | The font type, see HersheyFonts |
fs_ | The font scale factor that is multiplied by the font-specific base size |
color_ | The text color |
thick_ | The thickness of the lines used to draw a text |
lt_ | The line type. See LineTypes |
bottom_left_origin_ | When true, the image data origin is at the bottom-left corner. Otherwise, it is at the top-left corner |
◆ Text() [2/2]
cv::gapi::wip::draw::Text::Text |
( |
| ) |
|
|
default |
◆ bottom_left_origin
bool cv::gapi::wip::draw::Text::bottom_left_origin |
When true, the image data origin is at the bottom-left corner. Otherwise, it is at the top-left corner.
◆ color
◆ ff
int cv::gapi::wip::draw::Text::ff |
◆ fs
double cv::gapi::wip::draw::Text::fs |
The font scale factor that is multiplied by the font-specific base size.
◆ lt
int cv::gapi::wip::draw::Text::lt |
◆ org
The bottom-left corner of the text string in the image.
◆ text
std::string cv::gapi::wip::draw::Text::text |
The text string to be drawn.
◆ thick
int cv::gapi::wip::draw::Text::thick |
The thickness of the lines used to draw a text.
The documentation for this struct was generated from the following file: