ComfyUI Node
cv2.SVDecomp
Raw wrapper of cv2.SVDecomp(src, flags?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.SVDecomp
- src
- w
- u
- vt
◄flagsnone (0)►
Categoryimage/CV/low-level/cv2 S
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| flagsopt | STRING | none (0) | - - - cv2.SVDecomp flags: one of none (0) plus any of SVD_MODIFY_A, SVD_NO_UV, SVD_FULL_UV, pipe-joined (e.g. "none (0) | SVD_MODIFY_A"). In the UI this renders as a dropdown with one toggle per flag. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| w | NPARRAY | — |
| u | NPARRAY | — |
| vt | NPARRAY | — |