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

#include <opencv2/cudalegacy/NCV.hpp>

Collaboration diagram for NcvSize32u:

公開メンバ関数

__host__ __device__ NcvSize32u ()
 
__host__ __device__ NcvSize32u (Ncv32u width_, Ncv32u height_)
 
__host__ __device__ bool operator== (const NcvSize32u &another) const
 

公開変数類

Ncv32u height
 矩形の高さ。
 
Ncv32u width
 矩形の幅。
 

構築子と解体子の詳解

◆ NcvSize32u() [1/2]

__host__ __device__ NcvSize32u::NcvSize32u ( )
inline

◆ NcvSize32u() [2/2]

__host__ __device__ NcvSize32u::NcvSize32u ( Ncv32u width_,
Ncv32u height_ )
inline

メンバ関数詳解

◆ operator==()

__host__ __device__ bool NcvSize32u::operator== ( const NcvSize32u & another) const
inline

メンバ変数詳解

◆ height

Ncv32u NcvSize32u::height

矩形の高さ。

◆ width

Ncv32u NcvSize32u::width

矩形の幅。


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