VART-X  0.3.0
vart::OverlayRectParams Struct Reference

Structure representing information to draw rectangle on frame. More...

#include <vart_overlay_types.hpp>

Collaboration diagram for vart::OverlayRectParams:

Public Attributes

OverlayCoordinates points
 
uint32_t width
 
uint32_t height
 
uint32_t thickness
 
uint32_t apply_bg_color
 
OverlayColorData rect_color
 
OverlayColorData bg_color
 

Detailed Description

Structure representing information to draw rectangle on frame.

Member Data Documentation

◆ apply_bg_color

vart::OverlayRectParams::apply_bg_color

Set to non-zero value to fill the rectangle with color information from bg_color mentioned below .

◆ bg_color

vart::OverlayRectParams::bg_color

Color information of background

◆ height

vart::OverlayRectParams::height

Height of the rectangle

◆ points

vart::OverlayRectParams::points

Co-ordinates of starting point of the rectangle

◆ rect_color

vart::OverlayRectParams::rect_color

Color of edges of the rectangle

◆ thickness

vart::OverlayRectParams::thickness

Thickness of edges of rectangle in pixels

◆ width

vart::OverlayRectParams::width

Width of the rectangle


The documentation for this struct was generated from the following file: