!752 p { BWImage img = shootScreenBW(); int g = 3; L clips = autoSegment(img, g); new L chars; for (Rect r : clips) for (Rect c : horizontalAutoSplit2(img.clip(r))) chars.add(translateRect(c, r.x, r.y)); setFrameTitle("g = " + g, showImageWithSelections(img.getBufferedImage(), chars)); }