![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <opencv2/cudev/functional/functional.hpp>
公共成员函数 | |
| __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 |
|
inline |
| Predicate cv::cudev::UnaryNegate< Predicate >::pred |