Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp148 struct NcvRect32s struct
154 __host__ __device__ NcvRect32s() : x(0), y(0), width(0), height(0) {}; in NcvRect32s() argument
155 __host__ __device__ NcvRect32s(Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_) in NcvRect32s() function
222 NCV_CT_ASSERT(sizeof(NcvRect32s) == 4 * sizeof(Ncv32s));