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

#include <opencv2/cudalegacy/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

◆ NcvPoint2D32u() [1/2]

__host__ __device__ NcvPoint2D32u::NcvPoint2D32u ( )
inline

◆ NcvPoint2D32u() [2/2]

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

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: