ESupervisedSegmenterMetrics::GetBlobDetectionRecall

Recall for blob detection given the current classification threshold (see EDeepLearningDefectDetectionMetrics::ClassificationThreshold).
The recall is the proportion of ground truth defective blobs that are matched to predicted defective blobs.
Blob detection is the ability of the segmenter to correctly detect foreground ground truth blobs, regardless of their specific label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBlobDetectionRecall() const

ESupervisedSegmenterMetrics.BlobDetectionRecall

Recall for blob detection given the current classification threshold (see EDeepLearningDefectDetectionMetrics::ClassificationThreshold).
The recall is the proportion of ground truth defective blobs that are matched to predicted defective blobs.
Blob detection is the ability of the segmenter to correctly detect foreground ground truth blobs, regardless of their specific label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float BlobDetectionRecall

{ get; }