|
OpenSRX 0.1.0
C++ library for interfacing with Keyence SR series barcode readers
|
Bounding box defined by four corner points. More...
#include <Code.hpp>
Public Attributes | |
| Point | topLeft |
| Point | topRight |
| Point | bottomRight |
| Point | bottomLeft |
Bounding box defined by four corner points.
Corners are ordered: top-left, top-right, bottom-right, bottom-left.
| Point OpenSRX::BoundingBox::bottomLeft |
| Point OpenSRX::BoundingBox::bottomRight |
| Point OpenSRX::BoundingBox::topLeft |
| Point OpenSRX::BoundingBox::topRight |