Nodes/comfyui_cv/cv2.minEnclosingCircle
ComfyUI Node

cv2.minEnclosingCircle

Raw wrapper of cv2.minEnclosingCircle(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.minEnclosingCircle
  • points
  • center
  • radius
Categoryimage/CV/low-level/cv2 M

Inputs (1)

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

Outputs (2)

NameTypeDescription
centerCV_TUPLE- - - Subpixel coordinates (x, y) as ONE composite value - wire it straight into any cv2 point input, or into 'CV Split Tuple' for the separate numbers.
radiusFLOAT