shape#

property rlemasklib.RLEMask.shape: tuple[int, int][source]#

The shape of the mask (height, width).

Returns:

A tuple of the shape of the mask (height, width).

Return type:

tuple[int, int]