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