sinterface IBWImage { int getWidth(); int getHeight(); float getFloatPixel(int x, int y); }