static Best> video_scoreRectAndState_step(Best> best, L images, F1 recognizer, O... _) { double tolerance = first(images).image.getWidth()/2.0; new Scorer scorer; for (RGBImageRectAndState i : images) video_scoreRectAndState(scorer, i.rect, i.state, recognizer.get(i.image), tolerance); if (optPar(_, print := true)) best.putAndPrintIfNewBest(recognizer, scorer!); else best.put(recognizer, scorer!); ret best; }