otx.api.entities.coordinate#
This module implements the Coordinate entity.
Classes
|
Represents a 2D-coordinate with an x-position and a y-position. |
- class otx.api.entities.coordinate.Coordinate(x: float, y: float)[source]#
Bases:
object
Represents a 2D-coordinate with an x-position and a y-position.
NB most coordinates are normalized (between 0.0 and 1.0)