OpenCV
4.1.1
Open Source Computer Vision
|
#include <opencv2/gapi/render.hpp>
Public Attributes | |
std::string | text |
The text string to be drawn. More... | |
cv::Point | org |
The bottom-left corner of the text string in the image. More... | |
int | ff |
The font type, see HersheyFonts. More... | |
double | fs |
The font scale factor that is multiplied by the font-specific base size. More... | |
cv::Scalar | color |
The text color. More... | |
int | thick |
The thickness of the lines used to draw a text. More... | |
int | lt |
The line type. See LineTypes. More... | |
bool | bottom_left_origin |
When true, the image data origin is at the bottom-left corner. Otherwise, it is at the top-left corner. More... | |
A structure to represent parameters for drawing a text string.
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.
cv::Scalar cv::gapi::wip::draw::Text::color |
The text color.
int cv::gapi::wip::draw::Text::ff |
The font type, see HersheyFonts.
double cv::gapi::wip::draw::Text::fs |
The font scale factor that is multiplied by the font-specific base size.
int cv::gapi::wip::draw::Text::lt |
The line type. See LineTypes.
cv::Point cv::gapi::wip::draw::Text::org |
The bottom-left corner of the text string in the image.
std::string cv::gapi::wip::draw::Text::text |
The text string to be drawn.
int cv::gapi::wip::draw::Text::thick |
The thickness of the lines used to draw a text.