NativeMethodscvDFT Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvDFT(System.IntPtr,System.IntPtr,OpenCvSharp.DFTFlag,System.Int32)"]

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

public static void cvDFT(
	IntPtr src,
	IntPtr dst,
	DFTFlag flags,
	int nonzero_rows
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.cvDFT(System.IntPtr,System.IntPtr,OpenCvSharp.DFTFlag,System.Int32)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.cvDFT(System.IntPtr,System.IntPtr,OpenCvSharp.DFTFlag,System.Int32)"]

flags
Type: OpenCvSharpDFTFlag

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.cvDFT(System.IntPtr,System.IntPtr,OpenCvSharp.DFTFlag,System.Int32)"]

nonzero_rows
Type: SystemInt32

[Missing <param name="nonzero_rows"/> documentation for "M:OpenCvSharp.NativeMethods.cvDFT(System.IntPtr,System.IntPtr,OpenCvSharp.DFTFlag,System.Int32)"]

See Also

Reference