OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
NcvRect32s 結構體參考

#include <opencv2/cudalegacy/NCV.hpp>

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 座標。


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