static L ii_clips(IntegralImage img, Iterable rects) { ret map(rects, r -> ii_clip(img, toRect(r))); }