Function opencv::core::mul_transposed
[−]
[src]
pub fn mul_transposed(src: &Mat, dst: &Mat, aTa: bool, delta: &Mat, scale: f64, dtype: i32) -> Result<(), String>
multiplies matrix by its transposition from the left or from the right
default value for arguments: - delta: default noArray() - scale: default 1 - dtype: default -1