ESupervisedSegmenterMetrics::GetPixelLabelAccuracy

Pixel label accuracy.
The label accuracy is the ratio of the number of correctly classified pixels of the given class to the total number of ground truth pixels from that class. If there are no ground truth pixels from the requested label, the method returns '-1'.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetPixelLabelAccuracy(
   const std::string& label
)

Parameters

label

Label

ESupervisedSegmenterMetrics.GetPixelLabelAccuracy

Pixel label accuracy.
The label accuracy is the ratio of the number of correctly classified pixels of the given class to the total number of ground truth pixels from that class. If there are no ground truth pixels from the requested label, the method returns '-1'.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float GetPixelLabelAccuracy(
   string label
)

Parameters

label

Label