Nodes/comfyui_cv/cv2.ft.FT12D_inverseFT
ComfyUI Node

cv2.ft.FT12D_inverseFT

Raw wrapper of cv2.ft.FT12D_inverseFT(components, kernel, width, height). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'ft' module. See the OpenCV documentation for details.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.ft.FT12D_inverseFT
  • components
  • kernel
  • nparray
width0
height0
Categoryimage/CV/low-level/ft

Inputs (4)

NameTypeDefaultDescription
componentsNPARRAY,IMAGE,MASKInput 32-bit float single channel array for the components. Accepts a ComfyUI IMAGE/MASK directly (frame 0 of a batch) or an NPARRAY. Arithmetic ops (add, multiply, etc.) process the full IMAGE batch when both inputs have the same batch size.
kernelNPARRAY,IMAGE,MASKKernel used for processing. The same kernel as for components computation must be used. Accepts a ComfyUI IMAGE/MASK directly (frame 0 of a batch) or an NPARRAY. Arithmetic ops (add, multiply, etc.) process the full IMAGE batch when both inputs have the same batch size.
widthINT0-2147483648–2147483647Width of the output array.
heightINT0-2147483648–2147483647Height of the output array. Computation of inverse $F^1$-transform.

Outputs (1)

NameTypeDescription
nparrayNPARRAY