OpenCV  3.4.20-dev
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
NcvSize32u Struct Reference

#include <opencv2/cudalegacy/NCV.hpp>

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

◆ NcvSize32u() [1/2]

__host__ __device__ NcvSize32u::NcvSize32u ( )
inline

◆ NcvSize32u() [2/2]

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

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ height

Ncv32u NcvSize32u::height

Rectangle height.

◆ width

Ncv32u NcvSize32u::width

Rectangle width.


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