Draw ModuleΒΆ

imgviz.draw.circle

Draw circle on numpy array with Pillow.

imgviz.draw.rectangle

Draw rectangle on numpy array with Pillow.

imgviz.draw.star

Draw star on numpy array with Pillow.

imgviz.draw.text

Draw text on numpy array with Pillow.

imgviz.draw.text_in_rectangle

Draw text in a rectangle.

imgviz.draw.text_size

Get text size (height and width).

imgviz.draw.triangle

Draw triangle on numpy array with Pillow.