OpenSRX 0.1.0
C++ library for interfacing with Keyence SR series barcode readers
Loading...
Searching...
No Matches
OpenSRX::BoundingBox Struct Reference

Bounding box defined by four corner points. More...

#include <Code.hpp>

Public Attributes

Point topLeft
 
Point topRight
 
Point bottomRight
 
Point bottomLeft
 

Detailed Description

Bounding box defined by four corner points.

Corners are ordered: top-left, top-right, bottom-right, bottom-left.

Member Data Documentation

◆ bottomLeft

Point OpenSRX::BoundingBox::bottomLeft

◆ bottomRight

Point OpenSRX::BoundingBox::bottomRight

◆ topLeft

Point OpenSRX::BoundingBox::topLeft

◆ topRight

Point OpenSRX::BoundingBox::topRight

The documentation for this struct was generated from the following file: