This structure represents a text string to draw.
More...
#include <opencv2/gapi/render/render_types.hpp>
This structure represents a text string to draw.
Parameters match 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 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]
GAPI_WRAP cv::gapi::wip::draw::Text::Text |
( |
| ) |
|
|
default |
◆ bottom_left_origin
GAPI_PROP_RW 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
◆ fs
The font scale factor that is multiplied by the font-specific base size.
◆ lt
◆ org
The bottom-left corner of the text string in the image.
◆ text
The text string to be drawn.
◆ thick
The thickness of the lines used to draw a text.
The documentation for this struct was generated from the following file: