max               159 3rdparty/include/opencl/1.2/CL/cl.hpp #undef max
max                58 3rdparty/openexr/Imath/ImathLimits.h         #undef max
max                42 apps/traincascade/boost.cpp #    undef max
max                65 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             static __device__ __forceinline__ T max() { return numeric_limits<T>::max(); }
max                72 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             static __device__ __forceinline__ float max() { return 1.f; }
max                63 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static bool max() { return true;  }
max                70 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static signed char max() { return SCHAR_MAX; }
max                77 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static unsigned char max() { return UCHAR_MAX; }
max                84 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static short max() { return SHRT_MAX; }
max                91 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static unsigned short max() { return USHRT_MAX; }
max                98 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static int max() { return INT_MAX; }
max               105 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static unsigned int max() { return UINT_MAX; }
max               112 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static float max() { return FLT_MAX; }
max               120 modules/core/include/opencv2/core/cuda/limits.hpp     __device__ __forceinline__ static double max() { return DBL_MAX; }
max                55 modules/core/include/opencv2/core/cvdef.h #undef max
max                92 modules/core/include/opencv2/core/cvstd.hpp     template<typename T> static inline T max(T a, T b) { return a > b ? a : b; }
max              2980 modules/core/include/opencv2/core/mat.inl.hpp MatExpr max(const Mat_<_Tp>& a, const Mat_<_Tp>& b)
max              2986 modules/core/include/opencv2/core/mat.inl.hpp MatExpr max(const Mat_<_Tp>& a, double s)
max              2992 modules/core/include/opencv2/core/mat.inl.hpp MatExpr max(double s, const Mat_<_Tp>& a)
max                68 modules/core/include/opencv2/core/private.hpp #    undef max
max              1742 modules/core/src/arithm.cpp void cv::max( InputArray src1, InputArray src2, OutputArray dst )
max              1752 modules/core/src/arithm.cpp void cv::max(const Mat& src1, const Mat& src2, Mat& dst)
max              1764 modules/core/src/arithm.cpp void cv::max(const UMat& src1, const UMat& src2, UMat& dst)
max              1061 modules/core/src/matop.cpp MatExpr max(const Mat& a, const Mat& b)
max              1068 modules/core/src/matop.cpp MatExpr max(const Mat& a, double s)
max              1075 modules/core/src/matop.cpp MatExpr max(double s, const Mat& a)
max               730 modules/core/src/ocl.cpp #undef max
max                49 modules/core/src/parallel.cpp     #undef max
max                94 modules/core/src/parallel.cpp         #undef max
max                55 modules/core/src/rand.cpp     #undef max
max                69 modules/core/src/system.cpp #undef max
max                74 modules/cudaarithm/src/element_operations.cpp void cv::cuda::max(InputArray, InputArray, OutputArray, Stream&) { throw_no_cuda(); }
max               454 modules/cudaarithm/src/element_operations.cpp void cv::cuda::max(InputArray src1, InputArray src2, OutputArray dst, Stream& stream)
max                65 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp         __device__ __forceinline__ static T max() { return numeric_limits<T>::max(); }
max                71 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp         __device__ __forceinline__ static float max() { return 1.f; }
max               173 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         __device__ __forceinline__ static void max(R* ptr, R val)
max               195 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         __device__ __forceinline__ static void max(R* ptr, val_type val)
max               220 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         __device__ __forceinline__ static void max(R* ptr, val_type val)
max               248 modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp         __device__ __forceinline__ static void max(R* ptr, val_type val)
max                63 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static bool max() { return true;  }
max                70 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static schar max() { return SCHAR_MAX; }
max                77 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static uchar max() { return UCHAR_MAX; }
max                84 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static short max() { return SHRT_MAX; }
max                91 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static ushort max() { return USHRT_MAX; }
max                98 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static int max() { return INT_MAX; }
max               105 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static uint max() { return UINT_MAX; }
max               112 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static float max() { return FLT_MAX; }
max               120 modules/cudev/include/opencv2/cudev/util/limits.hpp     __device__ __forceinline__ static double max() { return DBL_MAX; }
max                75 modules/highgui/src/precomp.hpp     #undef max
max                49 modules/imgcodecs/src/loadsave.cpp #undef max
max                72 modules/imgcodecs/src/precomp.hpp     #undef max
max               148 modules/imgproc/src/color.cpp     static _Tp max() { return std::numeric_limits<_Tp>::max(); }
max               155 modules/imgproc/src/color.cpp     static float max() { return 1.f; }
max                56 modules/ts/src/ts.cpp #undef max
max              2430 modules/ts/src/ts_func.cpp void max(const Mat& src1, const Mat& src2, Mat& dst)
max              2498 modules/ts/src/ts_func.cpp void max(const Mat& src1, double val, Mat& dst)
max                75 modules/videoio/src/precomp.hpp     #undef max
max                62 modules/videostab/src/clp.hpp #undef max
max                20 samples/gpu/driver_api_multi.cpp #    undef max
max                22 samples/gpu/driver_api_stereo_multi.cpp #    undef max
max                20 samples/gpu/multi.cpp #    undef max