NativeMethodscvDCT Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvDCT(System.IntPtr,System.IntPtr,OpenCvSharp.DCTFlag)"]

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

public static void cvDCT(
	IntPtr src,
	IntPtr dst,
	DCTFlag flags
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

flags
Type: OpenCvSharpDCTFlag

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

See Also

Reference