Click or drag to resize

Cv2MulSpectrums Method

computes element-wise product of the two Fourier spectrums. The second spectrum can optionally be conjugated before the multiplication

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void MulSpectrums(
	InputArray a,
	InputArray b,
	OutputArray c,
	DftFlags flags,
	bool conjB = false
)

Parameters

a
Type: OpenCvSharpInputArray
b
Type: OpenCvSharpInputArray
c
Type: OpenCvSharpOutputArray
flags
Type: OpenCvSharpDftFlags
conjB (Optional)
Type: SystemBoolean
See Also