OpenCV 4.11.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
内联

成员数据文档

◆ pred

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

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