Click or drag to resize

CvInvokeCreateHanningWindow Method

http://www.emgu.com
This function computes a Hanning window coefficients in two dimensions.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void CreateHanningWindow(
	IOutputArray dst,
	Size winSize,
	DepthType type
)

Parameters

dst
Type: Emgu.CVIOutputArray
Destination array to place Hann coefficients in
winSize
Type: System.DrawingSize
The window size specifications
type
Type: Emgu.CV.CvEnumDepthType
Created array type
See Also