EMatrixCodeReader::Read

This method is deprecated.

Tries to locate, decode and read the Data Matrix code in the given ROI.

Namespace: Euresys::Open_eVision

[C++]

EMatrixCode Read(
   const EROIBW8& roi
)

Parameters

roi

ROI in which the Data Matrix has to be found.

Remarks

The decoding results can be found in the returned EMatrixCode object. See the EMatrixCode::Found property for information about the outcome of the Read process.

Note. This function throws an exception if the matrix code in the given ROI can not be read.

EMatrixCodeReader.Read

This method is deprecated.

Tries to locate, decode and read the Data Matrix code in the given ROI.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EMatrixCode Read(
   Euresys.Open_eVision.EROIBW8 roi
)

Parameters

roi

ROI in which the Data Matrix has to be found.

Remarks

The decoding results can be found in the returned EMatrixCode object. See the EMatrixCode::Found property for information about the outcome of the Read process.

Note. This function throws an exception if the matrix code in the given ROI can not be read.