ComfyUI Node
cv2.getClosestEllipsePoints
Raw wrapper of cv2.getClosestEllipsePoints(ellipse_params, points). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.getClosestEllipsePoints
- ellipse_params
- points
- nparray
Categoryimage/CV/low-level/cv2 G
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| ellipse_params | CV_ROTATED_RECT,STRING | - - - A rotated rectangle: ((center_x, center_y), (width, height), angle in degrees). Wire it from cv2.fitEllipse / cv2.minAreaRect / cv2.CamShift, or type the literal (the flat (cx, cy, w, h, angle) spelling is accepted too). | |
| points | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |