CV_MIN_8U         949 modules/core/src/arithm.cpp template<> inline uchar OpMin<uchar>::operator ()(uchar a, uchar b) const { return CV_MIN_8U(a, b); }
CV_MIN_8U          75 modules/imgproc/src/morph.cpp template<> inline uchar MinOp<uchar>::operator ()(const uchar a, const uchar b) const { return CV_MIN_8U(a, b); }