binary_negate 664 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ binary_negate(const binary_negate& other) : pred(other.pred) {} binary_negate 669 modules/core/include/opencv2/core/cuda/functional.hpp template <typename BinaryPredicate> __host__ __device__ __forceinline__ binary_negate<BinaryPredicate> not2(const BinaryPredicate& pred) binary_negate 671 modules/core/include/opencv2/core/cuda/functional.hpp return binary_negate<BinaryPredicate>(pred);