ESupervisedSegmenterMetrics::GetPixelConfusion

Pixel-wise confusion between the given true and predicted labels.
The confusion is the number of pixels belonging to the 'trueLabel' that are classified as 'predictedLabel'.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT64 GetPixelConfusion(
   const std::string& trueLabel,
   const std::string& predictedLabel
)

Parameters

trueLabel

True label

predictedLabel

Predicted label

ESupervisedSegmenterMetrics.GetPixelConfusion

Pixel-wise confusion between the given true and predicted labels.
The confusion is the number of pixels belonging to the 'trueLabel' that are classified as 'predictedLabel'.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

System.UInt64 GetPixelConfusion(
   string trueLabel,
   string predictedLabel
)

Parameters

trueLabel

True label

predictedLabel

Predicted label