graphicle.select.any_overlap(masks: MaskGroup[MaskArray | MaskGroup]) bool[source]

Given a MaskGroup object, checks if any of the masks overlap with each other.

New in version 0.1.0.

Parameters:
masks : MaskGroup

Collection of boolean masks to check.

Returns:

True if at least two MaskArrays in masks have at least one True element in the same location.

Return type:

bool


Last update: Jun 27, 2025