sinterface IIntegralImage extends MakesBufferedImage { public int getWidth(); public int getHeight(); public int getIntegralValue(int x, int y, int channel); // gets sum of the 3 channels public int getIntegralValue(int x, int y); }