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.
cv2.solvePoly
- coeffs
- float
- nparray
◄maxIters300►
Categoryimage/CV/low-level/cv2 S
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| coeffs | NPARRAY | array of polynomial coefficients. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| maxItersopt | INT | 300-2147483648–2147483647 | maximum number of iterations the algorithm does. Preset to the OpenCV default (300). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |
| nparray | NPARRAY | — |