この構造体は描画するテキスト文字列を表す。詳細...
#include <opencv2/gapi/render/render_types.hpp>
この構造体は描画するテキスト文字列を表す。
引数は 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 コンストラクタ。
- 引数
-
| text_ | 描画するテキスト文字列 |
| org_ | 画像内におけるテキスト文字列の左下隅 |
| ff_ | フォントの種類。HersheyFonts を参照 |
| fs_ | フォント固有の基本サイズに乗算されるフォントスケール係数 |
| color_ | テキストの色 |
| thick_ | テキストの描画に使う線の太さ |
| lt_ | 線の種類。LineTypes を参照 |
| bottom_left_origin_ | true の場合、画像データの原点は左下隅にある。そうでなければ左上隅にある |
◆ 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 |
true の場合、画像データの原点は左下隅にある。そうでなければ左上隅にある。
◆ color
◆ ff
◆ fs
フォント固有の基準サイズに乗算されるフォントのスケール係数。
◆ lt
◆ org
◆ text
◆ thick
この構造体詳解は次のファイルから抽出されました: