This structure represents a text string to draw using FreeType renderer.
More...
#include <opencv2/gapi/render/render_types.hpp>
|
cv::Scalar | color |
| The text color.
|
|
int | fh |
| The height of text.
|
|
cv::Point | org |
| The bottom-left corner of the text string in the image.
|
|
std::wstring | text |
| The text string to be drawn.
|
|
This structure represents a text string to draw using FreeType renderer.
If OpenCV is built without FreeType support, this primitive will fail at the execution stage.
◆ FText() [1/2]
cv::gapi::wip::draw::FText::FText |
( |
const std::wstring & |
text_, |
|
|
const cv::Point & |
org_, |
|
|
int |
fh_, |
|
|
const cv::Scalar & |
color_ |
|
) |
| |
|
inline |
FText constructor.
- Parameters
-
text_ | The text string to be drawn |
org_ | The bottom-left corner of the text string in the image |
fh_ | The height of text |
color_ | The text color |
◆ FText() [2/2]
cv::gapi::wip::draw::FText::FText |
( |
| ) |
|
|
default |
◆ color
◆ fh
int cv::gapi::wip::draw::FText::fh |
◆ org
The bottom-left corner of the text string in the image.
◆ text
std::wstring cv::gapi::wip::draw::FText::text |
The text string to be drawn.
The documentation for this struct was generated from the following file: