Struct cv::gapi::wip::draw::FText#
This structure represents a text string to draw using FreeType renderer. View details
#include <opencv2/gapi/render/render_types.hpp>Collaboration diagram for cv::gapi::wip::draw::FText:
Detailed Description#
-
struct FText#
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.
Constructor & Destructor Documentation#
FText()#
cv::gapi::wip::draw::FText::FText()
FText()#
cv::gapi::wip::draw::FText::FText(
const std::wstring & text_,
const cv::Point & org_,
int fh_,
const cv::Scalar & color_ )
FText constructor.
Parameters
text_— The text string to be drawnorg_— The bottom-left corner of the text string in the imagefh_— The height of textcolor_— The text color
Member Data Documentation#
color#
cv::Scalar cv::gapi::wip::draw::FText::color
The text color.
fh#
int cv::gapi::wip::draw::FText::fh
The height of text.
org#
cv::Point cv::gapi::wip::draw::FText::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.
Source file#
The documentation for this struct was generated from the following file:
opencv2/gapi/render/render_types.hpp