// A = tag type srecord noeq URecognizeByBrightness(Map brightnessToAction) { void run( IProbabilisticScheduler scheduler, IIntegralImage img, IVF1 action) { new ProbabilisticDistanceBasedLookup( scheduler, brightnessToAction, action, img.averageBrightness()) .run(); } }