OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

#include "NCV.hpp"

Collaboration diagram for NcvRect32u:

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...
 

Constructor & Destructor Documentation

◆ NcvRect32u() [1/2]

__host__ __device__ NcvRect32u::NcvRect32u ( )
inline

◆ NcvRect32u() [2/2]

__host__ __device__ NcvRect32u::NcvRect32u ( Ncv32u  x_,
Ncv32u  y_,
Ncv32u  width_,
Ncv32u  height_ 
)
inline

Member Data Documentation

◆ height

Ncv32u NcvRect32u::height

Rectangle height.

Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().

◆ width

Ncv32u NcvRect32u::width

Rectangle width.

Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().

◆ x

Ncv32u NcvRect32u::x

x-coordinate of upper left corner.

Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().

◆ y

Ncv32u NcvRect32u::y

y-coordinate of upper left corner.

Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().


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