ELabeledImageSegmenter Class

Segments an image by mapping the value of the pixels directly to a layer index.

Remarks

This segmenter is applicable to EROIBW8 and EROIBW16 grayscale images. It produces coded images with a varying number of layers. The layer with index N contains all the unmasked pixels having a gray value equal to N.

By default, the segmentation is restricted to the range of layers whose index is between 0 and 255 (inclusive). This default range can be changed through ELabeledImageSegmenter::MinLayer and ELabeledImageSegmenter::MaxLayer.

Base Class:EImageSegmenter

Namespace: Euresys::Open_eVision::Segmenters

Methods

High index of the range of layers to be encoded.
Low index of the range of layers to be encoded.
Load the ELabeledImageSegmenter configuration. The given ESerializer must have been created for reading.
Comparison operator.
Save the ELabeledImageSegmenter configuration. The given ESerializer must have been created for writing.
High index of the range of layers to be encoded.
Low index of the range of layers to be encoded.

ELabeledImageSegmenter Class

Segments an image by mapping the value of the pixels directly to a layer index.

Remarks

This segmenter is applicable to EROIBW8 and EROIBW16 grayscale images. It produces coded images with a varying number of layers. The layer with index N contains all the unmasked pixels having a gray value equal to N.

By default, the segmentation is restricted to the range of layers whose index is between 0 and 255 (inclusive). This default range can be changed through ELabeledImageSegmenter::MinLayer and ELabeledImageSegmenter::MaxLayer.

Base Class:EImageSegmenter

Namespace: Euresys.Open_eVision.Segmenters

Properties

High index of the range of layers to be encoded.
Low index of the range of layers to be encoded.

Methods

Load the ELabeledImageSegmenter configuration. The given ESerializer must have been created for reading.
Comparison operator.
Save the ELabeledImageSegmenter configuration. The given ESerializer must have been created for writing.