CvMulSpectrums Method OpenCvSharp Class Library
Performs per-element multiplication of two Fourier spectrums

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void MulSpectrums(
	CvArr src1,
	CvArr src2,
	CvArr dst,
	MulSpectrumsFlag flags
)

Parameters

src1
Type: OpenCvSharpCvArr
The first source array.
src2
Type: OpenCvSharpCvArr
The second source array.
dst
Type: OpenCvSharpCvArr
The destination array of the same type and the same size of the sources.
flags
Type: OpenCvSharpMulSpectrumsFlag

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.Cv.MulSpectrums(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.MulSpectrumsFlag)"]

See Also

Reference