![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
Structure similar to cv::cudev::GlobPtrSz but containing only a pointer and row step. More...
#include "glob.hpp"
Public Types | |
| typedef int | index_type |
| typedef T | value_type |
Public Member Functions | |
| __device__ __forceinline__ T & | operator() (int y, int x) |
| __device__ __forceinline__ const T & | operator() (int y, int x) const |
| __device__ __forceinline__ T * | row (int y) |
| __device__ __forceinline__ const T * | row (int y) const |
Public Attributes | |
| T * | data |
| size_t | step |
| stride between two consecutive rows in bytes. Step is stored always and everywhere in bytes!!! More... | |
Structure similar to cv::cudev::GlobPtrSz but containing only a pointer and row step.
Width and height fields are excluded due to performance reasons. The structure is intended for internal use or for users who write device code.
| typedef int cv::cudev::GlobPtr< T >::index_type |
| typedef T cv::cudev::GlobPtr< T >::value_type |
| __device__ __forceinline__ T& cv::cudev::GlobPtr< T >::operator() | ( | int | y, |
| int | x | ||
| ) |
| __device__ __forceinline__ const T& cv::cudev::GlobPtr< T >::operator() | ( | int | y, |
| int | x | ||
| ) | const |
| __device__ __forceinline__ T* cv::cudev::GlobPtr< T >::row | ( | int | y | ) |
| __device__ __forceinline__ const T* cv::cudev::GlobPtr< T >::row | ( | int | y | ) | const |
| T* cv::cudev::GlobPtr< T >::data |
| size_t cv::cudev::GlobPtr< T >::step |
stride between two consecutive rows in bytes. Step is stored always and everywhere in bytes!!!
1.8.12