MATLAB File Help: cv.createHanningWindow | Index |
Computes a Hanning window coefficients in two dimensions
dst = cv.createHanningWindow(winSize)
dst = cv.createHanningWindow(winSize, 'Type',type)
[w,h]
.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.