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

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

Collaboration diagram for cv::gapi::own::Point:

公開メンバ関数

 Point ()=default
 
 Point (int _x, int _y)
 

公開変数類

int x = 0
 
int y = 0
 

構築子と解体子の詳解

◆ Point() [1/2]

cv::gapi::own::Point::Point ( )
default

◆ Point() [2/2]

cv::gapi::own::Point::Point ( int _x,
int _y )
inline

メンバ変数詳解

◆ x

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

◆ y

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

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