CV_MAX_8U         950 modules/core/src/arithm.cpp template<> inline uchar OpMax<uchar>::operator ()(uchar a, uchar b) const { return CV_MAX_8U(a, b); }
CV_MAX_8U          76 modules/imgproc/src/morph.cpp template<> inline uchar MaxOp<uchar>::operator ()(const uchar a, const uchar b) const { return CV_MAX_8U(a, b); }