iaa_od.models.bbox_colors

Classes

BoundingBoxColors(*, line_color, fill_color)

Class for storing bounding box line and fill colors.

class iaa_od.models.bbox_colors.BoundingBoxColors(*, line_color, fill_color)[source]

Bases: object

Class for storing bounding box line and fill colors.

line_color

RGBA color for the bounding box line.

Type:

tuple[float, float, float, float]

fill_color

RGBA color for the bounding box fill.

Type:

tuple[float, float, float, float]

fill_color: tuple[float, float, float, float]
line_color: tuple[float, float, float, float]