EDeepLearningTool::GetNumLabels

Number of labels of this tool. If the tool is not trained, the method will throw an exception.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetNumLabels() const

Remarks

Some type of tools such as EUnsupervisedSegmenter may have no label at all. For these tools, there is a separate API to control the predicted labels.

EDeepLearningTool.NumLabels

Number of labels of this tool. If the tool is not trained, the method will throw an exception.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint NumLabels

{ get; }

Remarks

Some type of tools such as EUnsupervisedSegmenter may have no label at all. For these tools, there is a separate API to control the predicted labels.