vconcat#

static rlemasklib.RLEMask.vconcat(masks)[source]#

Vertically concatenate masks.

Parameters:

masks (Iterable[RLEMask]) – a sequence of RLE masks

Returns:

A new RLEMask object representing the vertically concatenated masks.

Raises:
Return type:

RLEMask

Examples

RLEMask.vconcat([, ]) ==