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

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for NcvPoint2D32s:

公開メンバ関数

__host__ __device__ NcvPoint2D32s ()
 
__host__ __device__ NcvPoint2D32s (Ncv32s x_, Ncv32s y_)
 

公開変数類

Ncv32s x
 点の X 座標。
 
Ncv32s y
 点の Y 座標。
 

構築子と解体子の詳解

◆ NcvPoint2D32s() [1/2]

__host__ __device__ NcvPoint2D32s::NcvPoint2D32s ( )
inline

◆ NcvPoint2D32s() [2/2]

__host__ __device__ NcvPoint2D32s::NcvPoint2D32s ( Ncv32s x_,
Ncv32s y_ )
inline

メンバ変数詳解

◆ x

Ncv32s NcvPoint2D32s::x

点の X 座標。

◆ y

Ncv32s NcvPoint2D32s::y

点の Y 座標。


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