OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/cudalegacy/NCV.hpp>
公共成员函数 | |
__host__ __device__ | NcvRect32s () |
__host__ __device__ | NcvRect32s (Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_) |
公共属性 | |
Ncv32s | height |
矩形高度。 | |
Ncv32s | width |
矩形宽度。 | |
Ncv32s | x |
左上角的 x 坐标。 | |
Ncv32s | y |
左上角的 y 坐标。 | |
|
inline |
|
inline |
Ncv32s NcvRect32s::height |
矩形高度。
Ncv32s NcvRect32s::width |
矩形宽度。
Ncv32s NcvRect32s::x |
左上角的 x 坐标。
Ncv32s NcvRect32s::y |
左上角的 y 坐标。