Derived from ReadResult and gives specific access to Code128 results. More...
#include <cvb/barcode/_detail/read_result_code128.hpp>
Inherits ReadResult1D.
Public Member Functions | |
| ReadResultCode128 (CExports::CVC_BC_INFO &handle) | |
| Constructor to initialize object from info struct. More... | |
| Code128SubType | SubType () const |
| Special flag used with the Code 128. More... | |
Public Member Functions inherited from ReadResult1D | |
| ReadResult1D (CExports::CVC_BC_INFO &handle) | |
| Constructor to initialize object from info struct. More... | |
| GradeResult1DPtr | GradeResult () const |
| 1D Code Grading Results. More... | |
Public Member Functions inherited from ReadResult | |
| ReadResult (CExports::CVC_BC_INFO &handle) | |
| Constructor to initialize object from info struct. More... | |
| virtual Cvb::String | Text () const noexcept |
| The text content of the barcode. More... | |
| int | CharactersRead () const |
| The return value contains the number of characters in the read barcode. More... | |
| int | DecodeTime () const |
| The return value specifies the time consumed for decoding in units of ms. More... | |
| std::vector< Cvb::Point2D< double > > | Location () const |
| Location of the barcode inside the image. More... | |
| int | NumWords () const |
| Contains the number of code words composing the read barcode. More... | |
| double | Resolution () const |
| The resolution specifies the smallest width unit in the code in multiples of a 10th of a pixel. More... | |
| DecodeResult | Result () const |
| Decoding result. More... | |
| Symbology | Type () const |
| Symbology of the decoded result. More... | |
Derived from ReadResult and gives specific access to Code128 results.
Use this object for Code128 barcodes
|
inline |
Constructor to initialize object from info struct.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Special flag used with the Code 128.
| Any | exception derived from std::exception including CvbException. |