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

#include <opencv2/cudalegacy/NCV.hpp>

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。


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