Function opencv::core::divide
[−]
[src]
pub fn divide(scale: f64, src2: &Mat, dst: &Mat, dtype: i32) -> Result<(), String>
computes element-wise weighted reciprocal of an array (dst = scale/src2)
default value for arguments: - dtype: default -1