Skip to content

Render

Inputs

  • BBox: Bounding Box list.
  • Ref Image: (Optional) Reference image to match canvas size.

Widgets

  • Width: Canvas width.
  • Height: Canvas height.
  • Line Color: Box outline color.
  • Thickness: Line width.
  • Radius: Corner rounding.
  • BG Color: Background fill.
  • Transparent BG: Toggle transparency.

Outputs

  • Image(s): Result image layer.

Draws simple outlined boxes. Used to visualize what the object detection nodes found.

WidgetTypeDescription
line_colorColorThe RGB color of the bounding box lines.
line_thicknessIntWidth of the lines in pixels.
box_radiusInt(Optional) Roundness of the box corners.
background_colorColorFill color for the canvas.
transparent_backgroundBoolIf true, the background will be transparent (RGBA).




Inputs

  • Line: Line segments.
  • Image Width: (Optional) Override canvas width.
  • Image Height: (Optional) Override canvas height.

Widgets

  • Color: Line color.
  • Thickness: Pixels.
  • Width/Height: Default size.

Outputs

  • Image: Result image layer.

Renders line segments (like those from Proximity Linker) into an image.

WidgetTypeDescription
ColorColorThe RGB color of the lines.
ThicknessIntLine width in pixels.




Inputs

  • Text: Content string/number.
  • Position: [x,y] coordinates.
  • Image Width: (Optional) Override canvas width.
  • Image Height: (Optional) Override canvas height.

Widgets

  • Width: Canvas width.
  • Height: Canvas height.
  • Offset X: Horizontal shift.
  • Offset Y: Vertical shift.
  • Font Size: Text size.
  • Font Name: System font name.
  • Text Color: Font color.
  • Background: Toggle box.
  • BG Color: Box color.
  • BG Padding X: Horizontal padding.
  • BG Padding Y: Vertical padding.

Outputs

  • Image(s): Text layer.

Batch renders text labels at multiple positions. Perfect for labeling tracked objects with their IDs or Class Names.

WidgetTypeDescription
ColorColorThe fill color of the text.
SizeIntFont size in pixels.
BG Padding XIntHorizontal padding around the text background box.
BG Padding YIntVertical padding around the text background box.