Click or drag to resize

Mat.CreateHanningWindow Method

Computes a Hanning window coefficients in two dimensions.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void CreateHanningWindow(
	Size winSize,
	MatType type
)

Parameters

winSize
Type: OpenCvSharp.Size
The window size specifications
type
Type: OpenCvSharp.MatType
Created array type
See Also