opencv2/cudev/ptr2d/glob.hpp#
#include <../common.hpp>
#include <traits.hpp>
Include dependency graph for glob.hpp:
This graph shows which files directly or indirectly include glob.hpp:
Classes#
struct cv::cudev::GlobPtr
Structure similar to cv::cudev::GlobPtrSz but containing only a pointer and row step. More…
struct cv::cudev::GlobPtrSz
Lightweight class encapsulating pitched memory on a GPU and passed to nvcc-compiled code (CUDA kernels). More…
struct cv::cudev::PtrTraits< GlobPtrSz< T > >
Namespaces#
namespace cv
namespace cv::cudev
Functions#
GlobPtrSz< T > cv::cudev::globPtr (const GpuMat &mat)
GlobPtrSz< T > cv::cudev::globPtr (const GpuMat_< T > &mat)
GlobPtr< T > cv::cudev::globPtr (T *data, size_t step)
GlobPtrSz< T > cv::cudev::globPtr (T *data, size_t step, int rows, int cols)