EUnsupervisedSegmenterMetrics::RemoveResult

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

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void RemoveResult(
   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.RemoveResult

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

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void RemoveResult(
   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.