Skip to content

Draw Bounding Boxes

Purpose of the Node

The Draw Bounding Boxes node is designed to annotate images with bounding boxes and labels based on detected objects. It accepts an input image and a list of bounding boxes, and outputs the annotated image. The node can operate on either a reference to the original image or create a new copy, allowing users to choose the desired behavior.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiate Execution.ExecNone
Image InThe input image to be annotated.StructNodeImage
BoxesThe bounding boxes to be drawn on the image.StructBoundingBox array
Use ReferenceWhether to use a reference of the image or create a copy.BooleanBoolean
EndOutput Execution Completion.ExecNone
Image OutThe image with bounding boxes drawn on it.StructNodeImage