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

  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
glob.hpp 57 /** @brief Structure similar to cv::cudev::GlobPtrSz but containing only a pointer and row step.
85 template <typename T> struct GlobPtrSz : GlobPtr<T>
100 __host__ __device__ GlobPtrSz<T> globPtr(T* data, size_t step, int rows, int cols)
102 GlobPtrSz<T> p;
111 __host__ GlobPtrSz<T> globPtr(const GpuMat& mat)
113 GlobPtrSz<T> p;
121 template <typename T> struct PtrTraits< GlobPtrSz<T> > : PtrTraitsBase<GlobPtrSz<T>, GlobPtr<T> >
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
gpumat.hpp 184 __host__ GpuMat_<T>::operator GlobPtrSz<T>() const

Completed in 290 milliseconds