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

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

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

公共成员函数

__device__ __forceinline__ Predicate::result_type operator() (typename TypeTraits< typename Predicate::argument_type >::parameter_type x) const
 

公共属性

Predicate pred
 

继承的额外成员

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

成员函数文档

◆ operator()()

template<class Predicate >
__device__ __forceinline__ Predicate::result_type cv::cudev::UnaryNegate< Predicate >::operator() ( typename TypeTraits< typename Predicate::argument_type >::parameter_type  x) const
inline

成员数据文档

◆ pred

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

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