Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Common Process InputsCombine ArraysFilter Array OutputGet Array ItemGet Array Object ItemGet Last Run ArrayGet Object ItemJSON String to ObjectBasic MathsGet Last Run Upstream OutputsMoving Number CalculationNumber RoundingNumber to StringBased64 string to ImageString to NumberTemplate StringISO Time DeltaXML String to ObjectAuto Label Object DetectionBrightnessCircle Detection1D/2D Code ReaderColor DetectionColor ThresholdContrastMultiple CropsCropDetected Zones CountersFacial Expression DetectionGender and Age DetectionDetected Objects to OCRDetected Objects TransformPeople DetectionDraw Detected ObjectsFace DetectionFace RecognitionFeature MatchingFire & Smoke DetectionFlipGeneral Object DetectionImage ClassificationImage SimilarityKey Points DetectionNumber Plate ReaderObject DetectionOCRPose EstimationResizeRotateSaturationInstance SegmentationWatershed SegmentPolygon DetectionTracker Line CountTracker Zones CountTracker HeatmapTrackerWhite Balance
Widgets

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesProcess

Draw Detected Objects

Slot Usage: 0

Overview

Draw Detected Objects node draws rectangular detections onto an input image and returns the overlay frame.

Use this node when an upstream detector disables overlay, or when you want a dedicated visualization step after transforms such as Detected Objects Transform.

Input

Input Image

image required

The image frame to draw on. Connect this to a camera or upstream image output.

Rectangular Objects

array required

List of rectangular detection objects to draw. Each object must include at least a Bounding Box (bbox: [x, y, width, height]). Label uses a default when missing.

Output

Overlay Image

image

Output frame with detected object boxes and labels drawn.

People Detection

Previous Page

Face Detection

Next Page

On this page

OverviewInputInput ImageRectangular ObjectsOutputOverlay Image