y 1063 modules/core/include/opencv2/core/types.hpp : x(0), y(0) {} y 1067 modules/core/include/opencv2/core/types.hpp : x(_x), y(_y) {} y 1071 modules/core/include/opencv2/core/types.hpp : x(pt.x), y(pt.y) {} y 1075 modules/core/include/opencv2/core/types.hpp : x(sz.width), y(sz.height) {} y 1079 modules/core/include/opencv2/core/types.hpp : x(v[0]), y(v[1]) {} y 195 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32s() : x(0), y(0) {}; y 196 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32s(Ncv32s x_, Ncv32s y_) : x(x_), y(y_) {} y 204 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32u() : x(0), y(0) {}; y 205 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32u(Ncv32u x_, Ncv32u y_) : x(x_), y(y_) {} y 64 modules/imgproc/src/connectedcomponents.cpp Point2ui64(uint64 _x, uint64 _y):x(_x), y(_y){} y 91 modules/videostab/include/opencv2/videostab/fast_marching.hpp DXY() : dist(0), x(0), y(0) {} y 92 modules/videostab/include/opencv2/videostab/fast_marching.hpp DXY(float _dist, int _x, int _y) : dist(_dist), x(_x), y(_y) {}