ESupervisedSegmenterMetrics::GetBlobDetectionAveragePrecision

Average precision for blob detection.
Blob detection is the ability of the segmenter to correctly detect foreground ground truth blobs, regardless of their specific label. The average precision for blob detection is the average of the precision (see ESupervisedSegmenterMetrics) over all the possible classification threshold values. As such, the average precision does not depend on a specific classification threshold.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetBlobDetectionAveragePrecision() const

ESupervisedSegmenterMetrics.BlobDetectionAveragePrecision

Average precision for blob detection.
Blob detection is the ability of the segmenter to correctly detect foreground ground truth blobs, regardless of their specific label. The average precision for blob detection is the average of the precision (see ESupervisedSegmenterMetrics) over all the possible classification threshold values. As such, the average precision does not depend on a specific classification threshold.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float BlobDetectionAveragePrecision

{ get; }