static URecognizer.Cell uCell(IIntegralImage img) { ret uRoot(img); } static URecognizer.Cell uCell(BufferedImage img) { ret uRoot(img); } static URecognizer.Cell uCell(MakesBufferedImage img) { ret uRoot(img); }