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

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.getClosestEllipsePoints
  • ellipse_params
  • points
  • nparray
Categoryimage/CV/low-level/cv2 G

Inputs (2)

NameTypeDefaultDescription
ellipse_paramsCV_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).
pointsNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.

Outputs (1)

NameTypeDescription
nparrayNPARRAY