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

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for NcvRect32s:

公開メンバ関数

__host__ __device__ NcvRect32s ()
 
__host__ __device__ NcvRect32s (Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_)
 

公開変数類

Ncv32s height
 矩形の高さ。
 
Ncv32s width
 矩形の幅。
 
Ncv32s x
 左上隅のx座標。
 
Ncv32s y
 左上隅のy座標。
 

構築子と解体子の詳解

◆ NcvRect32s() [1/2]

__host__ __device__ NcvRect32s::NcvRect32s ( )
inline

◆ NcvRect32s() [2/2]

__host__ __device__ NcvRect32s::NcvRect32s ( Ncv32s x_,
Ncv32s y_,
Ncv32s width_,
Ncv32s height_ )
inline

メンバ変数詳解

◆ height

Ncv32s NcvRect32s::height

矩形の高さ。

◆ width

Ncv32s NcvRect32s::width

矩形の幅。

◆ x

Ncv32s NcvRect32s::x

左上隅のx座標。

◆ y

Ncv32s NcvRect32s::y

左上隅のy座標。


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