sbool bwii_allWhite(IBWIntegralImage img) { ret img.getPixelAverage(0, 0, img.getWidth(), img.getHeight()) == 255; }