#include <cuda_devptrs.hpp>
Inherits cv::gpu::PtrStep< T >.
Inherited by cv::gpu::DevMem2D_< T >.
Public Types | |
enum | { elem_size = sizeof(elem_type) } |
typedef T | elem_type |
typedef int | index_type |
Public Member Functions | |
__CV_GPU_HOST_DEVICE__ | PtrStepSz () |
__CV_GPU_HOST_DEVICE__ | PtrStepSz (int rows_, int cols_, T *data_, size_t step_) |
template<typename U > | |
PtrStepSz (const PtrStepSz< U > &d) | |
__CV_GPU_HOST_DEVICE__ T * | ptr (int y=0) |
__CV_GPU_HOST_DEVICE__ const T * | ptr (int y=0) const |
__CV_GPU_HOST_DEVICE__ T & | operator() (int y, int x) |
__CV_GPU_HOST_DEVICE__ const T & | operator() (int y, int x) const |
__CV_GPU_HOST_DEVICE__ size_t | elemSize () const |
__CV_GPU_HOST_DEVICE__ | operator T * () |
__CV_GPU_HOST_DEVICE__ | operator const T * () const |
Public Attributes | |
int | cols |
int | rows |
size_t | step |
stride between two consecutive rows in bytes. Step is stored always and everywhere in bytes!!! More... | |
T * | data |
|
inherited |
|
inherited |
__CV_GPU_HOST_DEVICE__ cv::gpu::PtrStepSz< T >::PtrStepSz | ( | ) |
__CV_GPU_HOST_DEVICE__ cv::gpu::PtrStepSz< T >::PtrStepSz | ( | int | rows_, |
int | cols_, | ||
T * | data_, | ||
size_t | step_ | ||
) |
|
explicit |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
int cv::gpu::PtrStepSz< T >::cols |
int cv::gpu::PtrStepSz< T >::rows |
|
inherited |
stride between two consecutive rows in bytes. Step is stored always and everywhere in bytes!!!
|
inherited |