Click or drag to resize

Cv2CreateHanningWindow 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: OpenCvSharpInputOutputArray
Destination array to place Hann coefficients in
winSize
Type: OpenCvSharpSize
The window size specifications
type
Type: OpenCvSharpMatType
Created array type
See Also