|
OpenSRX 0.1.0
C++ library for interfacing with Keyence SR series barcode readers
|
#include <cstdint>#include <fstream>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | OpenSRX::Image |
| Raw decoded image data. More... | |
Namespaces | |
| namespace | OpenSRX |
Functions | |
| Image | OpenSRX::decodeBMP (const std::string &path) |
| Decode a BMP file into an Image. | |