NcvRect32s        154 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     __host__ __device__ NcvRect32s() : x(0), y(0), width(0), height(0) {};
NcvRect32s        155 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     __host__ __device__ NcvRect32s(Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_)
NcvRect32s        222 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvRect32s) == 4 * sizeof(Ncv32s));