Click or drag to resize

MatCreateHanningWindow Method

Computes a Hanning window coefficients in two dimensions.

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

Parameters

winSize
Type: OpenCvSharpSize
The window size specifications
type
Type: OpenCvSharpMatType
Created array type
See Also