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


此结构体的文档是从以下文件生成的: