EDeepLearningTool::SetLabelOpacity

Changes a label opacity (between 0 for fully transparent and 255 for opaque color).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetLabelOpacity(
   OEV_UINT32 index,
   OEV_UINT8 opacity
)

Parameters

index

Index of the label between 0 and EDeepLearningTool::NumLabels

opacity

New opacity for the specified label

EDeepLearningTool.SetLabelOpacity

Changes a label opacity (between 0 for fully transparent and 255 for opaque color).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetLabelOpacity(
   uint index,
   byte opacity
)

Parameters

index

Index of the label between 0 and EDeepLearningTool::NumLabels

opacity

New opacity for the specified label