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