OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項

#include <opencv2/cudalegacy/NCV.hpp>

NcvRect32u 的協作圖

公共成員函式

__host__ __device__ NcvRect32u ()
 
__host__ __device__ NcvRect32u (Ncv32u x_, Ncv32u y_, Ncv32u width_, Ncv32u height_)
 

公共屬性

Ncv32u height
 矩形高度。
 
Ncv32u width
 矩形寬度。
 
Ncv32u x
 左上角的 x 座標。
 
Ncv32u y
 左上角的 y 座標。
 

建構函式 & 解構函式文件

◆ NcvRect32u() [1/2]

__host__ __device__ NcvRect32u::NcvRect32u ( )
inline

◆ NcvRect32u() [2/2]

__host__ __device__ NcvRect32u::NcvRect32u ( Ncv32u x_,
Ncv32u y_,
Ncv32u width_,
Ncv32u height_ )
inline

成員資料文件

◆ height

Ncv32u NcvRect32u::height

矩形高度。

◆ width

Ncv32u NcvRect32u::width

矩形寬度。

◆ x

Ncv32u NcvRect32u::x

左上角的 x 座標。

◆ y

Ncv32u NcvRect32u::y

左上角的 y 座標。


此結構體的文件生成自以下檔案