static Best> video_scoreRect_step(Best> best, L images, F1 recognizer) { double tolerance = first(images).image.getWidth()/2.0; new Scorer scorer; for (RGBImageAndRect i : images) video_scoreRect(scorer, i.rect, recognizer.get(i.image), tolerance); best.putAndPrintIfNewBest(recognizer, scorer!); ret best; }