zeros#

static rlemasklib.RLEMask.zeros(shape)[source]#

Create a new RLE mask of zeros.

Parameters:

shape (Sequence[int]) – the shape of the mask

Returns:

A new RLEMask object representing a mask of zeros.

Return type:

RLEMask