Nodes/comfyui_cv/cv2.createHanningWindow
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.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.createHanningWindow
  • winSize
  • nparray
typeCV_32F
Categoryimage/CV/low-level/cv2 C

Inputs (2)

NameTypeDefaultDescription
winSizeCV_TUPLE0,0The 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.
typeCOMBOCV_32FCreated array type

Outputs (1)

NameTypeDescription
nparrayNPARRAY