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