Python Alpr Structures

oneML.alprAPI.BBox : public object

Class for Bounding Box.

Public Functions

__eq__(self, bbox)

This function compares two BBox for equality.

:type bbox: :py:class:BBox, in :param bbox:: BBox to compare with

:rtype: boolean :return: boolean, true if BBoxes are the same, false otherwise

Attributes:
    - top: top coordinate
    - bottom: bottom coordinate
    - left: left coordinate
    - right: right coordinate
oneML.alprAPI.BBoxVector : public object
List of BBox objects.