EDeepLearningTool::GetLabelOpacity

Gets the label opacity (between 0 for fully transparent and 255 for opaque color). The label opacities affect with the label colors how the results will be displayed.
The default label opacities are the one specified in the dataset used for training.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT8 GetLabelOpacity(
   OEV_UINT32 index
)

Parameters

index

Index of the label between 0 and EDeepLearningTool::NumLabels

EDeepLearningTool.GetLabelOpacity

Gets the label opacity (between 0 for fully transparent and 255 for opaque color). The label opacities affect with the label colors how the results will be displayed.
The default label opacities are the one specified in the dataset used for training.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

byte GetLabelOpacity(
   uint index
)

Parameters

index

Index of the label between 0 and EDeepLearningTool::NumLabels