findMinMax 588 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void findMinMax(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null()); findMinMax 425 modules/cudaarithm/test/test_reductions.cpp cv::cuda::findMinMax(loadMat(src, useRoi), dst, cv::noArray(), stream);