OpenCV
4.8.0
Open Source Computer Vision
|
#include <opencv2/cudalegacy/NCV.hpp>
Public Member Functions | |
__host__ __device__ | NcvRect32u () |
__host__ __device__ | NcvRect32u (Ncv32u x_, Ncv32u y_, Ncv32u width_, Ncv32u height_) |
Public Attributes | |
Ncv32u | height |
Rectangle height. More... | |
Ncv32u | width |
Rectangle width. More... | |
Ncv32u | x |
x-coordinate of upper left corner. More... | |
Ncv32u | y |
y-coordinate of upper left corner. More... | |
|
inline |
|
inline |
Ncv32u NcvRect32u::height |
Rectangle height.
Ncv32u NcvRect32u::width |
Rectangle width.
Ncv32u NcvRect32u::x |
x-coordinate of upper left corner.
Ncv32u NcvRect32u::y |
y-coordinate of upper left corner.