Home
last modified time | relevance | path

Searched defs:NcvRect8u (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp137 struct NcvRect8u struct
143 __host__ __device__ NcvRect8u() : x(0), y(0), width(0), height(0) {}; in NcvRect8u() argument
144 …__host__ __device__ NcvRect8u(Ncv8u x_, Ncv8u y_, Ncv8u width_, Ncv8u height_) : x(x_), y(y_), wid… in NcvRect8u() function