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

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

Collaboration diagram for cv::gapi::own::Point2f:

公開メンバ関数

 Point2f ()=default
 
 Point2f (float _x, float _y)
 

公開変数類

float x = 0.f
 
float y = 0.f
 

構築子と解体子の詳解

◆ Point2f() [1/2]

cv::gapi::own::Point2f::Point2f ( )
default

◆ Point2f() [2/2]

cv::gapi::own::Point2f::Point2f ( float _x,
float _y )
inline

メンバ変数詳解

◆ x

float cv::gapi::own::Point2f::x = 0.f

◆ y

float cv::gapi::own::Point2f::y = 0.f

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