thresh_binary_inv_func 569 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ thresh_binary_inv_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {} thresh_binary_inv_func 577 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ thresh_binary_inv_func(const thresh_binary_inv_func& other) thresh_binary_inv_func 91 modules/cudev/include/opencv2/cudev/expr/per_element_func.hpp return makeExpr(transformPtr(src, thresh_binary_inv_func(thresh, maxVal)));