ESupervisedSegmenterResult::GetBlobs
Detected blobs for all labels or for the specified label.
Namespace: Euresys::Open_eVision::EasyDeepLearning
[C++]
std::vector<ESupervisedSegmenterBlob
> GetBlobs(
) const
std::vector<ESupervisedSegmenterBlob
> GetBlobs(
const std::string& label
) const
Parameters
label
Label
Remarks
A blob Synonym of object. 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
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.
Module: open_evision.EasyDeepLearning
[Python]
GetBlobs() -> list[ESupervisedSegmenterBlob]
GetBlobs(
label: str
) -> list[ESupervisedSegmenterBlob]
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.