OpenCV  4.5.3
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members

#include <opencv2/cudalegacy/NCV.hpp>

Public Member Functions

__host__ __device__ NcvRect8u ()
 
__host__ __device__ NcvRect8u (Ncv8u x_, Ncv8u y_, Ncv8u width_, Ncv8u height_)
 

Public Attributes

Ncv8u height
 
Ncv8u width
 
Ncv8u x
 
Ncv8u y
 

Constructor & Destructor Documentation

◆ NcvRect8u() [1/2]

__host__ __device__ NcvRect8u::NcvRect8u ( )
inline

◆ NcvRect8u() [2/2]

__host__ __device__ NcvRect8u::NcvRect8u ( Ncv8u  x_,
Ncv8u  y_,
Ncv8u  width_,
Ncv8u  height_ 
)
inline

Member Data Documentation

◆ height

Ncv8u NcvRect8u::height

◆ width

Ncv8u NcvRect8u::width

◆ x

Ncv8u NcvRect8u::x

◆ y

Ncv8u NcvRect8u::y

The documentation for this struct was generated from the following file: