VART-X  0.3.0
vart::OverlayMaskParams Struct Reference

Structure representing Mask information. More...

#include <vart_overlay_types.hpp>

Collaboration diagram for vart::OverlayMaskParams:

Public Attributes

OverlayMaskType fmt
 
OverlayRectParams rect_params
 
void * mask_map
 
std::vector< OverlayColorDatamask_color_info
 
float mask_alpha
 

Detailed Description

Structure representing Mask information.

Member Data Documentation

◆ fmt

vart::OverlayMaskParams::fmt

Format of the mask data, which can be either label map or color map

◆ mask_alpha

vart::OverlayMaskParams::mask_alpha

Alpha value to be used for blending the mask with the original frame.

◆ mask_color_info

vart::OverlayMaskParams::mask_color_info

Color information for each label in the mask. Only the red, green and blue channels are used by the OpenCV backend; the per-entry alpha field is ignored — blending is controlled solely by the scalar mask_alpha below.

◆ mask_map

vart::OverlayMaskParams::mask_map

Mask data to be applied on the frame.

◆ rect_params

vart::OverlayMaskParams::rect_params

Region of interest for the mask to be applied


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