ComfyUI Node
cv2.SVBackSubst
Raw wrapper of cv2.SVBackSubst(w, u, vt, rhs). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.SVBackSubst
- w
- u
- vt
- rhs
- nparray
Categoryimage/CV/low-level/cv2 S
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| w | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| u | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| vt | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| rhs | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |