Performs per-element multiplication of the two CCS-packed or complex matrices that are results of real or complex Fourier transform.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvMulSpectrums( IntPtr src1, IntPtr src2, IntPtr dst, MUL_SPECTRUMS_TYPE flags ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvMulSpectrums ( _ src1 As IntPtr, _ src2 As IntPtr, _ dst As IntPtr, _ flags As MUL_SPECTRUMS_TYPE _ ) |
Visual C++ |
---|
public: static void cvMulSpectrums( IntPtr src1, IntPtr src2, IntPtr dst, MUL_SPECTRUMS_TYPE flags ) |
Parameters
- src1
- Type: System..::.IntPtr
The first source array
- src2
- Type: System..::.IntPtr
The second source array
- dst
- Type: System..::.IntPtr
The destination array of the same type and the same size of the sources
- flags
- Type: Emgu.CV.CvEnum..::.MUL_SPECTRUMS_TYPE
[Missing <param name="flags"/> documentation for "M:Emgu.CV.CvInvoke.cvMulSpectrums(System.IntPtr,System.IntPtr,System.IntPtr,Emgu.CV.CvEnum.MUL_SPECTRUMS_TYPE)"]