|
int | Rows () const noexcept |
| Gets number of rows in the code.
|
|
int | Columns () const noexcept |
| Gets number of columns in the code.
|
|
Size2D< double > | Size () const noexcept |
| Gets size of the code in pixels.
|
|
int | Quality () const noexcept |
| Gets code quality.
|
|
int | ErrorCorrectionCodewords () const noexcept |
| Gets the number of used error correction codewords from a decoded 2D code.
|
|
int | ErrorCorrectionErasureCodewords () const noexcept |
| Gets the number of used error correction erasure codewords from a decoded 2D code.
|
|
CodeReader::CompositeType | CompositeType () const noexcept |
| Gets the type of the composite component.
|
|
Class for storing the results of 2D code decoding.
This class holds the decoding results of a 2D code. A Result2D object is part of the Result class, which is obtained after executing the decoding process with Decoder::Execute().
- Note
- A detailed description of the decoding and a code example can be found here.