Calculates per-element maximum of two arrays or an array and a scalar. The functions max calculate the per-element maximum of two arrays: dst(I)= max(src1(I), src2(I)) or array and a scalar: dst(I)= max(src1(I), value) In the
(Mat src1, Mat src2, Mat dst)
source not stored for this graph (policy: none)
no test coverage detected