ComfyUI Node
cv2.fitLine
Raw wrapper of cv2.fitLine(points, distType, param, reps, aeps). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.fitLine
- points
- nparray
◄distTypeDIST_L2►
◄param0.0000►
◄reps0.0000►
◄aeps0.0000►
Categoryimage/CV/low-level/cv2 F
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| points | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| distType | COMBO | DIST_L2 | - - - |
| param | FLOAT | 0.0000-1e+38–1e+38 | - - - |
| reps | FLOAT | 0.0000-1e+38–1e+38 | - - - |
| aeps | FLOAT | 0.0000-1e+38–1e+38 | - - - |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |