Class Vertex (2.24.0)

Vertex(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

Attributes

NameDescription
x int
X coordinate.
y int
Y coordinate (starts from the top of the image).