OpenCV  3.2.0-dev
Open Source Computer Vision

#include "NCV.hpp"

Collaboration diagram for NcvPoint2D32u:

Public Member Functions

__host__ __device__ NcvPoint2D32u ()
 
__host__ __device__ NcvPoint2D32u (Ncv32u x_, Ncv32u y_)
 

Public Attributes

Ncv32u x
 Point X. More...
 
Ncv32u y
 Point Y. More...
 

Constructor & Destructor Documentation

__host__ __device__ NcvPoint2D32u::NcvPoint2D32u ( )
inline
__host__ __device__ NcvPoint2D32u::NcvPoint2D32u ( Ncv32u  x_,
Ncv32u  y_ 
)
inline

References NCV_CT_ASSERT.

Member Data Documentation

Ncv32u NcvPoint2D32u::x

Point X.

Ncv32u NcvPoint2D32u::y

Point Y.


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