ESupervisedSegmenterResult::GetBlobs

Detected blobs for all labels or for the specified label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::vector<Euresys::Open_eVision::EasyDeepLearning::ESupervisedSegmenterBlob> GetBlobs(
)

std::vector<Euresys::Open_eVision::EasyDeepLearning::ESupervisedSegmenterBlob> GetBlobs(
   const std::string& label
)

Parameters

label

Label

Remarks

A blob is a contiguous set of pixels detected to be of the same non-background label. As such, the "background" label never has blobs. The set of detected blobs depends on the threshold.

ESupervisedSegmenterResult.GetBlobs

Detected blobs for all labels or for the specified label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.ESupervisedSegmenterBlob[] GetBlobs(
)

Euresys.Open_eVision.EasyDeepLearning.ESupervisedSegmenterBlob[] GetBlobs(
   string label
)

Parameters

label

Label

Remarks

A blob is a contiguous set of pixels detected to be of the same non-background label. As such, the "background" label never has blobs. The set of detected blobs depends on the threshold.