HomeSort by relevance Sort by last modified time
    Searched refs:NcvRect8u (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCVHaarObjectDetection.hpp 87 ((NcvRect8u*)&(this->_ui2.x))->x = (Ncv8u)rectX;
88 ((NcvRect8u*)&(this->_ui2.x))->y = (Ncv8u)rectY;
89 ((NcvRect8u*)&(this->_ui2.x))->width = (Ncv8u)rectWidth;
90 ((NcvRect8u*)&(this->_ui2.x))->height = (Ncv8u)rectHeight;
102 NcvRect8u tmpRect = *(NcvRect8u*)(&this->_ui2.x);
NCV.hpp 137 struct NcvRect8u
143 __host__ __device__ NcvRect8u() : x(0), y(0), width(0), height(0) {};
144 __host__ __device__ NcvRect8u(Ncv8u x_, Ncv8u y_, Ncv8u width_, Ncv8u height_) : x(x_), y(y_), width(width_), height(height_) {}
221 NCV_CT_ASSERT(sizeof(NcvRect8u) == sizeof(Ncv32u));

Completed in 53 milliseconds