ComfyUI Node
cv2.createHanningWindow
Raw wrapper of cv2.createHanningWindow(winSize, type). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.createHanningWindow
- winSize
- nparray
◄typeCV_32F►
Categoryimage/CV/low-level/cv2 C
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| winSize | CV_TUPLE | 0,0 | The window size specifications (both width and height must be > 1) One value with 2 components (w, h) - it travels as a whole, so it cannot arrive half-connected. Wire it from 'CV Tuple' or type the components in place. |
| type | COMBO | CV_32F | Created array type |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |