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