ComfyUI Node
cv2.divSpectrums
Raw wrapper of cv2.divSpectrums(a, b, flags, conjB?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.divSpectrums
- a
- b
- nparray
◄flagswhole 2-D spectra►
◄conjBfalse►
Categoryimage/CV/low-level/cv2 D
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| a | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| b | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| flags | COMBO | whole 2-D spectra | - - - |
| conjBopt | BOOLEAN | false | - - - Preset to the OpenCV default (False). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |