结构体类似于 cv::cudev::GlobPtrSz,但只包含一个指针和行步长。更多...
#include <opencv2/cudev/ptr2d/glob.hpp>
|
| __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 |
| |
|
| T * | data |
| |
| size_t | step |
| | 两个连续行之间的字节步长。步长始终以字节为单位存储在任何地方!!!
|
| |
template<typename T>
结构体 cv::cudev::GlobPtr< T >
结构体类似于 cv::cudev::GlobPtrSz,但只包含一个指针和行步长。
出于性能原因,宽度和高度字段被排除。此结构体旨在供内部使用或供编写设备代码的用户使用。
◆ index_type
◆ value_type
◆ operator()() [1/2]
◆ operator()() [2/2]
template<typename T >
| __device__ __forceinline__ const T & cv::cudev::GlobPtr< T >::operator() |
( |
int | y, |
|
|
int | x ) const |
|
inline |
◆ row() [1/2]
◆ row() [2/2]
◆ data
◆ step
两个连续行之间的字节步长。步长始终以字节为单位存储在任何地方!!!
此结构体的文档生成自以下文件