sinterface IBWIntegralImage { public int getWidth(); public int getHeight(); public double getPixelAverage(int x, int y, int w, int h); }