Inputs
- BBox: Bounding Box list.
- Ref Image: (Optional) Reference image to match canvas size.
Inputs
Widgets
Outputs
Draws simple outlined boxes. Used to visualize what the object detection nodes found.
| Widget | Type | Description |
|---|---|---|
| line_color | Color | The RGB color of the bounding box lines. |
| line_thickness | Int | Width of the lines in pixels. |
| box_radius | Int | (Optional) Roundness of the box corners. |
| background_color | Color | Fill color for the canvas. |
| transparent_background | Bool | If true, the background will be transparent (RGBA). |
Inputs
Widgets
Outputs
Renders line segments (like those from Proximity Linker) into an image.
| Widget | Type | Description |
|---|---|---|
| Color | Color | The RGB color of the lines. |
| Thickness | Int | Line width in pixels. |
Inputs
Widgets
Outputs
Batch renders text labels at multiple positions. Perfect for labeling tracked objects with their IDs or Class Names.
| Widget | Type | Description |
|---|---|---|
| Color | Color | The fill color of the text. |
| Size | Int | Font size in pixels. |
| BG Padding X | Int | Horizontal padding around the text background box. |
| BG Padding Y | Int | Vertical padding around the text background box. |