ComfyUI Node
Draw Circles π¦βπ₯
OpenCV Draw Circles. Draws multiple circles on each image based on provided center points.
Draw Circles π¦βπ₯
- nparrays
- points
- dst
βradius3βΊ
βcolorREDβΊ
βthickness-1βΊ
Categoryπ¦βπ₯ ArchiGraph/π OpenCV
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| nparrays | NPARRAY | Input image to draw circles on. Will be convert to color image. | |
| points | * | list of center points for the circles. Shape should be (batch_size, num_circles, 2) where last dimension is (x, y). | |
| radius | INT | 31β100 | Radius of the circles. |
| color | COMBO | RED | Color of the circles. |
| thickness | INT | -1-1β20 | Thickness of the circle outlines, if positive. Negative thickness means filled circle. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| dst | NPARRAY | β |