vconcat#
- static rlemasklib.RLEMask.vconcat(masks)[source]#
Vertically concatenate masks.
- Parameters:
- Returns:
A new RLEMask object representing the vertically concatenated masks.
- Raises:
ValueError – if the masks have different widths
ValueError – if the iterable is empty
- Return type:
Examples
RLEMask.vconcat([, ]) ==See also