Enumeration of 2D Symbol Data Matrix ECC levels. The ECC (
Error Checking and Correction) Level specifies the version of the Data
Matrix symbol to be decoded.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Level0 | 0 | Specifies ECC-000 encoded symbols. These symbols are square and have an odd number of data marks on each side. | |
| Level50 | 50 | Specifies ECC-050 encoded symbols. These symbols are square and have an odd number of data marks on each side. | |
| Level80 | 80 | Specifies ECC-080 encoded symbols. These symbols are square and have an odd number of data marks on each side. | |
| Level100 | 100 | Specifies ECC-100 encoded symbols. These symbols are square and have an odd number of data marks on each side. | |
| Level120 | 120 | Specifies ECC-120 encoded symbols. These symbols are square and have an odd number of data marks on each side. | |
| Level140 | 140 | Specifies ECC-140 encoded symbols. These symbols are square and have an odd number of data marks on each side. | |
| Level200 | 200 | Specifies ECC-200 encoded symbols. These symbols have an even number of data marks on each side and can be square or rectangular. |
See Also