OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

#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

◆ NcvPoint2D32u() [1/2]

__host__ __device__ NcvPoint2D32u::NcvPoint2D32u ( )
inline

◆ NcvPoint2D32u() [2/2]

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

References NCV_CT_ASSERT.

Member Data Documentation

◆ x

Ncv32u NcvPoint2D32u::x

Point X.

◆ y

Ncv32u NcvPoint2D32u::y

Point Y.


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