OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公共类型 | 公共成员函数 | 公共属性 | 所有成员列表
cv::cudev::GlobPtr< T > 结构模板参考

类似于 cv::cudev::GlobPtrSz 的结构,但只包含指针和行步长。 更多...

#include <opencv2/cudev/ptr2d/glob.hpp>

cv::cudev::GlobPtr< T > 的协作图

公共类型

typedef int index_type
 
typedef T value_type
 

公共成员函数

__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>
struct cv::cudev::GlobPtr< T >

类似于 cv::cudev::GlobPtrSz 的结构,但只包含指针和行步长。

由于性能原因,宽度和高度字段被排除在外。该结构旨在用于内部使用或编写设备代码的用户。

成员类型定义文档

◆ index_type

template<typename T >
typedef int cv::cudev::GlobPtr< T >::index_type

◆ value_type

template<typename T >
typedef T cv::cudev::GlobPtr< T >::value_type

成员函数文档

◆ operator()() [1/2]

template<typename T >
__device__ __forceinline__ T & cv::cudev::GlobPtr< T >::operator() ( int  y,
int  x 
)
inline
以下是此函数的调用图

◆ operator()() [2/2]

template<typename T >
__device__ __forceinline__ const T & cv::cudev::GlobPtr< T >::operator() ( int  y,
int  x 
) const
inline
以下是此函数的调用图

◆ row() [1/2]

template<typename T >
__device__ __forceinline__ T * cv::cudev::GlobPtr< T >::row ( int  y)
inline

◆ row() [2/2]

template<typename T >
__device__ __forceinline__ const T * cv::cudev::GlobPtr< T >::row ( int  y) const
inline

成员数据文档

◆ data

template<typename T >
T* cv::cudev::GlobPtr< T >::data

◆ step

template<typename T >
size_t cv::cudev::GlobPtr< T >::step

两个连续行之间的跨度(以字节为单位)。步长始终以字节为单位存储!


此结构的文档是从以下文件生成的