Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/include/opencv2/cudalegacy/
H A DNCV.hpp181 struct NcvSize32u struct
185 __host__ __device__ NcvSize32u() : width(0), height(0) {}; in NcvSize32u() argument
186 … __host__ __device__ NcvSize32u(Ncv32u width_, Ncv32u height_) : width(width_), height(height_) {} in NcvSize32u() function
187 …__host__ __device__ bool operator == (const NcvSize32u &another) const {return this->width == anot… in operator ==() argument
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNCV.hpp166 struct NcvSize32u struct
170 __host__ __device__ NcvSize32u() : width(0), height(0) {}; in NcvSize32u() argument
171 __host__ __device__ NcvSize32u(Ncv32u width, Ncv32u height) : width(width), height(height) {} in NcvSize32u() argument
172 …__host__ __device__ bool operator == (const NcvSize32u &another) const {return this->width == anot… in operator ==() argument