EImageEncoder Class
This class is responsible for the encoding of an image into an ECodedImage2 object.
Remarks
This class is responsible for the extraction of the runs in a source image, the aggregation of the runs into objects, as well as the proper handling of the continuous mode. It also provides methods to configure the image segmentation process.
The segmentation process classifies the pixels of the source image according to their value to create a set of layers. In each layer taken separately, the encoding process then assembles the connected pixels to build the coded elements (blobs).
By default, the segmentation method consists of grayscale single thresholding, with automatic threshold selection (as determined by the minimum residue rule).
Namespace: Euresys::Open_eVision_2_6
Methods
EImageEncoder Class
This class is responsible for the encoding of an image into an ECodedImage2 object.
Remarks
This class is responsible for the extraction of the runs in a source image, the aggregation of the runs into objects, as well as the proper handling of the continuous mode. It also provides methods to configure the image segmentation process.
The segmentation process classifies the pixels of the source image according to their value to create a set of layers. In each layer taken separately, the encoding process then assembles the connected pixels to build the coded elements (blobs).
By default, the segmentation method consists of grayscale single thresholding, with automatic threshold selection (as determined by the minimum residue rule).
Namespace: Euresys.Open_eVision_2_6
Properties
Methods
See also in the Code Snippets