ComfyUI Node
cv2.solve
Raw wrapper of cv2.solve(src1, src2, flags?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.solve
- src1
- src2
- bool
- nparray
◄flagsDECOMP_LU►
Categoryimage/CV/low-level/cv2 S
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| src1 | NPARRAY | input matrix on the left-hand side of the system. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| src2 | NPARRAY | input matrix on the right-hand side of the system. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| flagsopt | COMBO | DECOMP_LU | solution (matrix inversion) method (#DecompTypes) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| bool | BOOLEAN | — |
| nparray | NPARRAY | — |