Nodes/comfyui_cv/cv2.fitEllipseDirect
ComfyUI Node

cv2.fitEllipseDirect

Raw wrapper of cv2.fitEllipseDirect(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.fitEllipseDirect
  • points
  • ellipse
Categoryimage/CV/low-level/cv2 F

Inputs (1)

NameTypeDefaultDescription
pointsNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.

Outputs (1)

NameTypeDescription
ellipseCV_ROTATED_RECT- - - Rotated rectangle ((center_x, center_y), (width, height), angle in degrees) - wire it into cv2.ellipse's box, cv2.boxPoints or cv2.rotatedRectangleIntersection.