ESupervisedSegmenterResult::GetClassificationThreshold

ESupervisedSegmenterResult::SetClassificationThreshold

Classification threshold for determining whether the image contains blobs with a label different than background.
By default, its value is given by the supervised segmenter that produced this result.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetClassificationThreshold() const

void SetClassificationThreshold(float threshold)

ESupervisedSegmenterResult.ClassificationThreshold

Classification threshold for determining whether the image contains blobs with a label different than background.
By default, its value is given by the supervised segmenter that produced this result.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float ClassificationThreshold

{ get; set; }