Public Attributes | |
| const char * | buffer |
| Barcode content buffer filled with length bytes representing the payload of the barcode. | |
| int32_t | length |
| Barcode content buffer size. | |
| VuBarcodeType | type |
| Barcode type (see VuBarcodeType) | |
| VuVector2F | vertices [4] |
| Vertices of the barcode's bounds in camera image space (normalized coordinates) | |
Instance info for a barcode from its respective observation.
| const char* buffer |
Barcode content buffer filled with length bytes representing the payload of the barcode.
Validity of the pointer is bound to the observation and therefore to the State.
| int32_t length |
Barcode content buffer size.
Size of the buffer in bytes (payload).