|
VART-X
0.3.0
|
Structure representing information to draw rectangle on frame. More...
#include <vart_overlay_types.hpp>

Public Attributes | |
| OverlayCoordinates | points |
| uint32_t | width |
| uint32_t | height |
| uint32_t | thickness |
| uint32_t | apply_bg_color |
| OverlayColorData | rect_color |
| OverlayColorData | bg_color |
Structure representing information to draw rectangle on frame.
| vart::OverlayRectParams::apply_bg_color |
Set to non-zero value to fill the rectangle with color information from bg_color mentioned below .
| vart::OverlayRectParams::bg_color |
Color information of background
| vart::OverlayRectParams::height |
Height of the rectangle
| vart::OverlayRectParams::points |
Co-ordinates of starting point of the rectangle
| vart::OverlayRectParams::rect_color |
Color of edges of the rectangle
| vart::OverlayRectParams::thickness |
Thickness of edges of rectangle in pixels
| vart::OverlayRectParams::width |
Width of the rectangle