VART-X  0.3.0
vart_overlay.hpp File Reference

Overlay module for drawing annotations on video frames. More...

Include dependency graph for vart_overlay.hpp:

Go to the source code of this file.

Classes

class  vart::Overlay
 This module facilitates the overlay of annotations onto the video frame, currently overlay utilizes OpenCV library to draw on frames, which is software based. Overlay supports drawing of bounding boxes, text, lines, arrows, circles and polygons on frames. Application can also incorporate custom implementation using base class. More...
 

Namespaces

 vart
 VART (Vitis AI Runtime) public API namespace.
 

Detailed Description

Overlay module for drawing annotations on video frames.