Home
last modified time | relevance | path

Searched refs:NcvPoint2D32u (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp200 struct NcvPoint2D32u struct
204 __host__ __device__ NcvPoint2D32u() : x(0), y(0) {}; in NcvPoint2D32u() argument
205 __host__ __device__ NcvPoint2D32u(Ncv32u x_, Ncv32u y_) : x(x_), y(y_) {} in NcvPoint2D32u() function
225 NCV_CT_ASSERT(sizeof(NcvPoint2D32u) == 2 * sizeof(Ncv32u));