NcvPoint2D32s     195 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     __host__ __device__ NcvPoint2D32s() : x(0), y(0) {};
NcvPoint2D32s     196 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     __host__ __device__ NcvPoint2D32s(Ncv32s x_, Ncv32s y_) : x(x_), y(y_) {}