OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
NcvRect32s Struct Reference

#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

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

Member Data Documentation

Ncv32s NcvRect32s::height

Rectangle height.

Ncv32s NcvRect32s::width

Rectangle width.

Ncv32s NcvRect32s::x

x-coordinate of upper left corner.

Ncv32s NcvRect32s::y

y-coordinate of upper left corner.


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