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