EClassificationDataset::GetNumSegmentedBlobs

Number of segmented blobs in the image for all non-background labels or for a specific label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetNumSegmentedBlobs(
   int imageId
)

int GetNumSegmentedBlobs(
   int imageId,
   const std::string& label
)

int GetNumSegmentedBlobs(
   int imageId,
   int labelId
)

Parameters

imageId

Image index

label

Label

labelId

Label index

Remarks

A segmented blob is a contiguous area assigned to a label different than "Background".

EClassificationDataset.GetNumSegmentedBlobs

Number of segmented blobs in the image for all non-background labels or for a specific label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int GetNumSegmentedBlobs(
   int imageId
)

int GetNumSegmentedBlobs(
   int imageId,
   string label
)

int GetNumSegmentedBlobs(
   int imageId,
   int labelId
)

Parameters

imageId

Image index

label

Label

labelId

Label index

Remarks

A segmented blob is a contiguous area assigned to a label different than "Background".