EClassificationResult Class

An EClassificationResult object represents the result of a classification.
The most probable label and its probability are accessible through the methods EClassificationResult::BestLabel and EClassificationResult::BestProbability.
The probability and ranking of all labels are accessible through the EClassificationResult and EClassificationResult methods.

Namespace: Euresys::Open_eVision::EasyDeepLearning

Methods

Gets the most probable label.
Gets the most probable label id.
Gets the probability associated with the most probable label
Colorized heatmap with no transparency.
Colorized heatmap with transparency.
When a minimum and maximum alpha values are given, the transparency value for a pixel will depend on the value of the heatmap at that pixel. The range of heatmap values [0, 255] will be mapped to the range [minAlpha, maxAlpha].
Ground truth label.
Heatmap.
Classification label. The labels are indexed from 0 to EClassificationResult::NumLabels.
Color of a label.
Number of labels for which we have a probability or a ranking.
Gets the probability corresponding to the given label.
Gets the ranking corresponding to the given label. The ranking goes from 1 (most probable label) to EClassifier (least probable label).
Whether the result has a ground truth.
Whether the result contains an heatmap.
Indicates whether the result was produced by EClassifier.
A default contructed EClassificationResult is not valid.
Assignment operator

EClassificationResult Class

An EClassificationResult object represents the result of a classification.
The most probable label and its probability are accessible through the methods EClassificationResult::BestLabel and EClassificationResult::BestProbability.
The probability and ranking of all labels are accessible through the EClassificationResult and EClassificationResult methods.

Namespace: Euresys.Open_eVision.EasyDeepLearning

Properties

Gets the most probable label.
Gets the most probable label id.
Gets the probability associated with the most probable label
Ground truth label.
Heatmap.
Number of labels for which we have a probability or a ranking.

Methods

Colorized heatmap with no transparency.
Colorized heatmap with transparency.
When a minimum and maximum alpha values are given, the transparency value for a pixel will depend on the value of the heatmap at that pixel. The range of heatmap values [0, 255] will be mapped to the range [minAlpha, maxAlpha].
Classification label. The labels are indexed from 0 to EClassificationResult::NumLabels.
Color of a label.
Gets the probability corresponding to the given label.
Gets the ranking corresponding to the given label. The ranking goes from 1 (most probable label) to EClassifier (least probable label).
Whether the result has a ground truth.
Whether the result contains an heatmap.
Indicates whether the result was produced by EClassifier.
A default contructed EClassificationResult is not valid.
Assignment operator