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

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

Collaboration diagram for cv::gapi::own::Size:

公開メンバ関数

 Size ()=default
 
 Size (const cv::Size &other)
 
 Size (int _width, int _height)
 
Sizeoperator= (const cv::Size &rhs)
 

公開変数類

int height = 0
 
int width = 0
 

構築子と解体子の詳解

◆ Size() [1/3]

cv::gapi::own::Size::Size ( )
default

◆ Size() [2/3]

cv::gapi::own::Size::Size ( int _width,
int _height )
inline

◆ Size() [3/3]

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

メンバ関数詳解

◆ operator=()

Size & cv::gapi::own::Size::operator= ( const cv::Size & rhs)
inline

メンバ変数詳解

◆ height

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

◆ width

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

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