Click or drag to resize

Cv2.CreateHanningWindow Method

Computes a Hanning window coefficients in two dimensions.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void CreateHanningWindow(
	InputOutputArray dst,
	Size winSize,
	MatType type
)

Parameters

dst
Type: OpenCvSharp.InputOutputArray
Destination array to place Hann coefficients in
winSize
Type: OpenCvSharp.Size
The window size specifications
type
Type: OpenCvSharp.MatType
Created array type
See Also