Abstract interface for overlay implementation used by Overlay.
More...
#include <vart_overlay_impl_base.hpp>
Abstract interface for overlay implementation used by Overlay.
- Note
- Applications should use vart::Overlay rather than this type directly, unless extending or integrating a new backend.
◆ OverlayImplBase()
| vart::OverlayImplBase::OverlayImplBase |
( |
| ) |
|
|
default |
Default construction is allowed for derived implementations.
◆ ~OverlayImplBase()
| virtual vart::OverlayImplBase::~OverlayImplBase |
( |
| ) |
|
|
inlinevirtual |
Virtual destructor to ensure proper cleanup of derived implementations.
◆ draw_overlay()
draw_overlay() - Draws the input overlay information on to the frame
- Parameters
-
| [in,out] | frame | Video frame on which drawing operation to be performed. |
| [in] | shape_info | Information used in drawing operation |
- See also
- vart::OverlayShapeInfo
The documentation for this class was generated from the following file: