Function opencv::core::mul_spectrums
[−]
[src]
pub fn mul_spectrums(a: &Mat, b: &Mat, c: &Mat, flags: i32, conjB: bool) -> Result<(), String>
computes element-wise product of the two Fourier spectrums. The second spectrum can optionally be conjugated before the multiplication
default value for arguments: - conjB: default false