cv.createHanningWindow - MATLAB File Help
cv.createHanningWindow

Computes a Hanning window coefficients in two dimensions

dst = cv.createHanningWindow(winSize)
dst = cv.createHanningWindow(winSize, 'Type',type)

Input

Output

Options

This function computes a Hanning window coefficients in two dimensions.

See Hann function and Window function for more information.

See also