Nodes/comfyui_cv/cv2.solve
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.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.solve
  • src1
  • src2
  • bool
  • nparray
flagsDECOMP_LU
Categoryimage/CV/low-level/cv2 S

Inputs (3)

NameTypeDefaultDescription
src1NPARRAYinput matrix on the left-hand side of the system. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
src2NPARRAYinput matrix on the right-hand side of the system. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
flagsoptCOMBODECOMP_LUsolution (matrix inversion) method (#DecompTypes)

Outputs (2)

NameTypeDescription
boolBOOLEAN
nparrayNPARRAY