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

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

cv::cudev::BinaryNegate< Predicate > 的协作图

公共成员函数

__device__ __forceinline__ Predicate::result_type operator() (typename TypeTraits< typename Predicate::first_argument_type >::parameter_type x, typename TypeTraits< typename Predicate::second_argument_type >::parameter_type y) const
 

公共属性

Predicate pred
 

额外继承的成员

- 从 cv::cudev::binary_function< Predicate::first_argument_type, Predicate::second_argument_type, Predicate::result_type > 继承的公共类型
typedef Predicate::first_argument_type first_argument_type
 
typedef Predicate::result_type result_type
 
typedef Predicate::second_argument_type second_argument_type
 

成员函数文档

◆ operator()()

template<class Predicate >
__device__ __forceinline__ Predicate::result_type cv::cudev::BinaryNegate< Predicate >::operator() ( typename TypeTraits< typename Predicate::first_argument_type >::parameter_type  x,
typename TypeTraits< typename Predicate::second_argument_type >::parameter_type  y 
) const
inline

成员数据文档

◆ pred

template<class Predicate >
Predicate cv::cudev::BinaryNegate< Predicate >::pred

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