OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::gapi::wip::draw::Circle 構造体

この構造体は描画する円を表す。 続き...

#include <opencv2/gapi/render/render_types.hpp>

Collaboration diagram for cv::gapi::wip::draw::Circle:

公開メンバ関数

GAPI_WRAP Circle ()=default
 
GAPI_WRAP Circle (const cv::Point &center_, int radius_, const cv::Scalar &color_, int thick_=1, int lt_=8, int shift_=0)
 Circle コンストラクタ。
 

公開変数類

GAPI_PROP_RW cv::Point center
 円の中心。
 
GAPI_PROP_RW cv::Scalar color
 円の色。
 
GAPI_PROP_RW int lt
 円の境界線の種類。LineTypes を参照。
 
GAPI_PROP_RW int radius
 円の半径。
 
GAPI_PROP_RW int shift
 中心の座標と半径の値における小数部のビット数。
 
GAPI_PROP_RW int thick
 正の値の場合は円の輪郭線の太さ。FILLED のような負の値は、塗りつぶされた円を描画することを意味する。
 

詳細説明

この構造体は描画する円を表す。

引数は cv::circle() と一致する。

構築子と解体子の詳解

◆ Circle() [1/2]

GAPI_WRAP cv::gapi::wip::draw::Circle::Circle ( const cv::Point & center_,
int radius_,
const cv::Scalar & color_,
int thick_ = 1,
int lt_ = 8,
int shift_ = 0 )
inline

Circle のコンストラクタ。

引数
center_円の中心
radius_円の半径
color_円の色
thick_正の値の場合は円の輪郭線の太さ。FILLED のような負の値は、塗りつぶされた円を描画することを意味する
lt_円の境界線の種類。LineTypes を参照
shift_中心の座標と半径の値における小数部のビット数

◆ Circle() [2/2]

GAPI_WRAP cv::gapi::wip::draw::Circle::Circle ( )
default

メンバ変数詳解

◆ center

GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Circle::center

円の中心。

◆ color

GAPI_PROP_RW cv::Scalar cv::gapi::wip::draw::Circle::color

円の色。

◆ lt

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::lt

円の境界線の種類。LineTypes を参照。

◆ radius

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::radius

円の半径。

◆ shift

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::shift

中心座標と半径の値における小数部のビット数。

◆ thick

GAPI_PROP_RW int cv::gapi::wip::draw::Circle::thick

正の値の場合は円の輪郭線の太さ。FILLED のような負の値は、塗りつぶされた円を描画することを意味する。


この構造体詳解は次のファイルから抽出されました: