OpenCV  3.2.0-dev
Open Source Computer Vision

#include "NCV.hpp"

Collaboration diagram for NcvSize32u:

Public Member Functions

__host__ __device__ NcvSize32u ()
 
__host__ __device__ NcvSize32u (Ncv32u width_, Ncv32u height_)
 
__host__ __device__ bool operator== (const NcvSize32u &another) const
 

Public Attributes

Ncv32u height
 Rectangle height. More...
 
Ncv32u width
 Rectangle width. More...
 

Constructor & Destructor Documentation

__host__ __device__ NcvSize32u::NcvSize32u ( )
inline
__host__ __device__ NcvSize32u::NcvSize32u ( Ncv32u  width_,
Ncv32u  height_ 
)
inline

Member Function Documentation

__host__ __device__ bool NcvSize32u::operator== ( const NcvSize32u another) const
inline

References height, and width.

Member Data Documentation

Ncv32u NcvSize32u::height

Rectangle height.

Referenced by NCVMatrix< T >::copy2D(), and operator==().

Ncv32u NcvSize32u::width

Rectangle width.

Referenced by NCVMatrix< T >::copy2D(), and operator==().


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