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