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

#include "NCV.hpp"

Public Member Functions

__host__ __device__ NcvRect32s ()
 
__host__ __device__ NcvRect32s (Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_)
 

Public Attributes

Ncv32s height
 Rectangle height. More...
 
Ncv32s width
 Rectangle width. More...
 
Ncv32s x
 x-coordinate of upper left corner. More...
 
Ncv32s y
 y-coordinate of upper left corner. More...
 

Constructor & Destructor Documentation

§ NcvRect32s() [1/2]

__host__ __device__ NcvRect32s::NcvRect32s ( )

§ NcvRect32s() [2/2]

__host__ __device__ NcvRect32s::NcvRect32s ( Ncv32s  x_,
Ncv32s  y_,
Ncv32s  width_,
Ncv32s  height_ 
)

Member Data Documentation

§ height

Ncv32s NcvRect32s::height

Rectangle height.

§ width

Ncv32s NcvRect32s::width

Rectangle width.

§ x

Ncv32s NcvRect32s::x

x-coordinate of upper left corner.

§ y

Ncv32s NcvRect32s::y

y-coordinate of upper left corner.


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