結構體類似於 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
兩個連續行之間的位元組步長。步長始終以位元組為單位儲存在任何地方!!!
此結構體的文件生成自以下檔案