🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
この構造体は描画するポリゴンを表す。続き...
#include <opencv2/gapi/render/render_types.hpp>
◆ Poly() [1/2]
| GAPI_WRAP cv::gapi::wip::draw::Poly::Poly |
( |
const std::vector< cv::Point > & | points_, |
|
|
const cv::Scalar & | color_, |
|
|
int | thick_ = 1, |
|
|
int | lt_ = 8, |
|
|
int | shift_ = 0 ) |
|
inline |
Mosaic のコンストラクタ。
- 引数
-
| points_ | 接続する点 |
| color_ | 線の色 |
| thick_ | 線の太さ |
| lt_ | 線の種類。LineTypes を参照 |
| shift_ | 点の座標における小数部のビット数 |
◆ Poly() [2/2]
| GAPI_WRAP cv::gapi::wip::draw::Poly::Poly |
( |
| ) |
|
|
default |
◆ color
◆ lt
◆ points
◆ shift
◆ thick
この構造体詳解は次のファイルから抽出されました: