OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
未找到匹配项
cv::cudev::Binder1st< Op > 结构模板参考

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

cv::cudev::Binder1st< Op > 的协作图

公共成员函数

__device__ __forceinline__ Op::result_type operator() (typename TypeTraits< typename Op::second_argument_type >::parameter_type a) const
 

公共属性

Op::first_argument_type arg1
 
Op op
 

继承的附加成员

- 从 cv::cudev::unary_function< Op::second_argument_type, Op::result_type > 继承的公共类型
typedef Op::second_argument_type argument_type
 
typedef Op::result_type result_type
 

成员函数文档

◆ operator()()

template<class Op >
__device__ __forceinline__ Op::result_type cv::cudev::Binder1st< Op >::operator() ( typename TypeTraits< typename Op::second_argument_type >::parameter_type a) const
inline

成员数据文档

◆ arg1

template<class Op >
Op::first_argument_type cv::cudev::Binder1st< Op >::arg1

◆ op

template<class Op >
Op cv::cudev::Binder1st< Op >::op

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