![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include <opencv2/cudev/functional/functional.hpp>
Public Member Functions | |
| __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 |
Public Attributes | |
| Predicate | pred |
Additional Inherited Members | |
| Public Types inherited from 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 |
|
inline |
| Predicate cv::cudev::BinaryNegate< Predicate >::pred |