MATLAB File Help: cv.createHanningWindow Index
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 (http://en.wikipedia.org/wiki/Hann_function) and (http://en.wikipedia.org/wiki/Window_function) for more information.

See also