OpenCV
3.0.0
Open Source Computer Vision
|
#include "functional.hpp"
Public Member Functions | |
__device__ __forceinline__ Predicate::result_type | operator() (typename TypeTraits< typename Predicate::argument_type >::parameter_type x) const |
Public Attributes | |
Predicate | pred |
Additional Inherited Members | |
Public Types inherited from 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 |