Click or drag to resize

NativeMethodsimgproc_createHanningWindow Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_createHanningWindow(
	IntPtr dst,
	Size winSize,
	int type
)

Parameters

dst
Type: SystemIntPtr

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

winSize
Type: OpenCvSharpSize

[Missing <param name="winSize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createHanningWindow(System.IntPtr,OpenCvSharp.Size,System.Int32)"]

type
Type: SystemInt32

[Missing <param name="type"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createHanningWindow(System.IntPtr,OpenCvSharp.Size,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_createHanningWindow(System.IntPtr,OpenCvSharp.Size,System.Int32)"]

See Also