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


此结构体的文档来自以下文件