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

#include <opencv2/gapi/own/types.hpp>

Collaboration diagram for cv::gapi::own::Rect:

公開メンバ関数

 Rect ()=default
 
 Rect (const cv::Rect &other)
 
 Rect (int _x, int _y, int _width, int _height)
 
Rectoperator= (const cv::Rect &other)
 

公開変数類

int height = 0
 矩形の高さ
 
int width = 0
 矩形の幅
 
int x = 0
 左上のコーナーのx座標
 
int y = 0
 左上のコーナーのy座標
 

構築子と解体子の詳解

◆ Rect() [1/3]

cv::gapi::own::Rect::Rect ( )
default

◆ Rect() [2/3]

cv::gapi::own::Rect::Rect ( int _x,
int _y,
int _width,
int _height )
inline

◆ Rect() [3/3]

cv::gapi::own::Rect::Rect ( const cv::Rect & other)
inline

メンバ関数詳解

◆ operator=()

Rect & cv::gapi::own::Rect::operator= ( const cv::Rect & other)
inline

メンバ変数詳解

◆ height

int cv::gapi::own::Rect::height = 0

矩形の高さ

◆ width

int cv::gapi::own::Rect::width = 0

矩形の幅

◆ x

int cv::gapi::own::Rect::x = 0

左上のコーナーのx座標

◆ y

int cv::gapi::own::Rect::y = 0

左上のコーナーのy座標


このクラス詳解は次のファイルから抽出されました: