OpenCV  4.10.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。


此结构体的文档是根据以下文件生成的