ComfyUI Node
cv2.minEnclosingCircle
Raw wrapper of cv2.minEnclosingCircle(points). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.minEnclosingCircle
- points
- center
- radius
Categoryimage/CV/low-level/cv2 M
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| points | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| center | CV_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. |
| radius | FLOAT | — |