Python Alpr Structures¶
-
oneML.alprAPI.BBox : public object
Class for Bounding Box.
Attributes:
- top: top coordinate
- bottom: bottom coordinate
- left: left coordinate
- right: right coordinate
-
oneML.alprAPI.BBoxVector : public object
List of BBox objects.