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

#include "NCV.hpp"

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

Member Data Documentation

Ncv32u NcvPoint2D32u::x

Point X.

Ncv32u NcvPoint2D32u::y

Point Y.


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