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