EUnsupervisedSegmenterMetrics::AddResult

Adds the given result with the corresponding ground truth label to the metrics.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void AddResult(
   const EUnsupervisedSegmenterResult& result,
   bool isGoodImage
)

Parameters

result

A reference to an EUnsupervisedSegmenterResult object.

isGoodImage

True if the ground truth of this result is good, else false.

EUnsupervisedSegmenterMetrics.AddResult

Adds the given result with the corresponding ground truth label to the metrics.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void AddResult(
   Euresys.Open_eVision.EasyDeepLearning.EUnsupervisedSegmenterResult result,
   bool isGoodImage
)

Parameters

result

A reference to an EUnsupervisedSegmenterResult object.

isGoodImage

True if the ground truth of this result is good, else false.