|  | OpenCV
    4.0.0
    Open Source Computer Vision | 
| Classes | |
| struct | cv::cudev::GlobPtr< T > | 
| Structure similar to cv::cudev::GlobPtrSz but containing only a pointer and row step.  More... | |
| struct | cv::cudev::GlobPtrSz< T > | 
| Lightweight class encapsulating pitched memory on a GPU and passed to nvcc-compiled code (CUDA kernels).  More... | |
| struct | cv::cudev::PtrTraits< GlobPtrSz< T > > | 
| Namespaces | |
| cv | |
| "black box" representation of the file storage associated with a file on disk. | |
| cv::cudev | |
| Macros | |
| #define | OPENCV_CUDEV_PTR2D_GLOB_HPP | 
| Functions | |
| template<typename T > | |
| __host__ __device__ GlobPtr< T > | cv::cudev::globPtr (T *data, size_t step) | 
| template<typename T > | |
| __host__ __device__ GlobPtrSz< T > | cv::cudev::globPtr (T *data, size_t step, int rows, int cols) | 
| template<typename T > | |
| __host__ GlobPtrSz< T > | cv::cudev::globPtr (const GpuMat &mat) | 
| #define OPENCV_CUDEV_PTR2D_GLOB_HPP | 
 1.8.12
 1.8.12