Function opencv::core::multiply
[−]
[src]
pub fn multiply(src1: &Mat, src2: &Mat, dst: &Mat, scale: f64, dtype: i32) -> Result<(), String>
computes element-wise weighted product of the two arrays (dst = scale*src1*src2)
default value for arguments: - scale: default 1 - dtype: default -1