pub fn mean(src1: CVec<u8>, src2: CVec<u8>) -> Result<CVec<u8>, String>
Expand description

Filter using Mean: D = S1/2 + S2/2.