maxVal 552 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ thresh_binary_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {} maxVal 561 modules/core/include/opencv2/core/cuda/functional.hpp : thresh(other.thresh), maxVal(other.maxVal) {} maxVal 569 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ thresh_binary_inv_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {} maxVal 578 modules/core/include/opencv2/core/cuda/functional.hpp : thresh(other.thresh), maxVal(other.maxVal) {} maxVal 448 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp __host__ void maxVal(const SrcPtr& src, ResType* result, const MaskPtr& mask, int rows, int cols, cudaStream_t stream)