svoid ocr_findClosestThingTo(final S imageID) { new ShootLoop { void recognize { FoundImg fi = bwImageSearch_best(screen, loadBWImage_cached(imageID), 0f); setSelection(fi); if (fi != null) quickShowZoomedImage(clipBufferedImage(originalScreen, fi.r)); } }.run/*WithThumbnails*/(); }