static L> g22_darkRegions(Iterable> regions, int threshold default 128) { ret filter(regions, r -> r.brightness() < threshold); }