srecord noeq URecognizerRun(IIIRecognizer recognizer, IIntegralImage img) { int maxResults = 10; new ProbabilisticScheduler ps; new L> results; selfType run() { psCollect(ps, results, maxResults, out -> recognizer.run(ps, img, out)); this; } }