cv.createHanningWindow - MATLAB File Help |
Computes a Hanning window coefficients in two dimensions
dst = cv.createHanningWindow(winSize)
dst = cv.createHanningWindow(winSize, 'Type',type)
[w,h]
(both width and height
must be > 1).single
or double
(default).This function computes a Hanning window coefficients in two dimensions.
See Hann function and Window function for more information.