OpenCV
开源计算机视觉
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
cv::cudev::ConstantPtr< T > 结构模板参考

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

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

公共类型

typedef int index_type
 
typedef T value_type
 

公共成员函数

__device__ __forceinline__ T operator() (int, int) const
 

公共属性

value
 

成员类型定义文档

◆ index_type

template<typename T >
int cv::cudev::ConstantPtr< T >::index_type

◆ value_type

template<typename T >
T cv::cudev::ConstantPtr< T >::value_type

成员函数文档

◆ operator()()

template<typename T >
__device__ __forceinline__ T cv::cudev::ConstantPtr< T >::operator() ( int ,
int  ) const
inline

成员数据文档

◆ value

template<typename T >
T cv::cudev::ConstantPtr< T >::value

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