OpenCV  4.0.0-beta
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
NcvPoint2D32s Struct Reference

#include "NCV.hpp"

Public Member Functions

__host__ __device__ NcvPoint2D32s ()
 
__host__ __device__ NcvPoint2D32s (Ncv32s x_, Ncv32s y_)
 

Public Attributes

Ncv32s x
 Point X. More...
 
Ncv32s y
 Point Y. More...
 

Constructor & Destructor Documentation

§ NcvPoint2D32s() [1/2]

__host__ __device__ NcvPoint2D32s::NcvPoint2D32s ( )
inline

§ NcvPoint2D32s() [2/2]

__host__ __device__ NcvPoint2D32s::NcvPoint2D32s ( Ncv32s  x_,
Ncv32s  y_ 
)
inline

Member Data Documentation

§ x

Ncv32s NcvPoint2D32s::x

Point X.

§ y

Ncv32s NcvPoint2D32s::y

Point Y.


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