OpenCV  4.10.0
开源计算机视觉库
加载中…
搜索中…
无匹配结果
公共类型 | 公共成员函数 | 公共属性 | 所有成员列表
cv::cudev::UnaryTupleAdapter< Op, n > 结构模板参考

#include <opencv2/cudev/functional/tuple_adapter.hpp>

cv::cudev::UnaryTupleAdapter< Op, n > 的协作图

公共类型

typedef Op::result_type result_type
 

公共成员函数

template<class Tuple >
__device__ __forceinline__ Op::result_type operator() (const Tuple &t) const
 

公共属性

Op op
 

成员类型定义文档

◆ result_type

template<class Op , int n>
typedef Op::result_type cv::cudev::UnaryTupleAdapter< Op, n >::result_type

成员函数文档

◆ operator()()

template<class Op , int n>
template<class Tuple >
__device__ __forceinline__ Op::result_type cv::cudev::UnaryTupleAdapter< Op, n >::operator() ( const Tuple &  t) const
inline

成员数据文档

◆ op

template<class Op , int n>
Op cv::cudev::UnaryTupleAdapter< Op, n >::op

该结构的文档来自以下文件