Nodes/comfyui_cv/cv2.solvePoly
ComfyUI Node

cv2.solvePoly

Raw wrapper of cv2.solvePoly(coeffs, maxIters?). 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.solvePoly
  • coeffs
  • float
  • nparray
maxIters300
Categoryimage/CV/low-level/cv2 S

Inputs (2)

NameTypeDefaultDescription
coeffsNPARRAYarray of polynomial coefficients. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
maxItersoptINT300-2147483648–2147483647maximum number of iterations the algorithm does. Preset to the OpenCV default (300).

Outputs (2)

NameTypeDescription
floatFLOAT
nparrayNPARRAY