Class NormalizedVertex (1.5.1)

See more code actions.
NormalizedVertex(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

NameDescription
x float
X coordinate.
y float
Y coordinate.

Inheritance

builtins.object > proto.message.Message > NormalizedVertex