NcvPoint2D32u 204 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32u() : x(0), y(0) {}; NcvPoint2D32u 205 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32u(Ncv32u x_, Ncv32u y_) : x(x_), y(y_) {} NcvPoint2D32u 225 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvPoint2D32u) == 2 * sizeof(Ncv32u));