OpenCV 4.12.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

此结构体的文档生成自以下文件