ESupervisedSegmenterResult::GetNumBlobs

Number of detected blobs for all labels or for the specified label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetNumBlobs(
   const std::string& label
)

int GetNumBlobs(
)

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.

ESupervisedSegmenterResult.GetNumBlobs

Number of detected blobs for all labels or for the specified label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int GetNumBlobs(
   string label
)

int GetNumBlobs(
)

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.