more changes.
[IRC.git] / Robust / src / Benchmarks / SSJava / EyeTracking / IntegralImageData.java
index 0ef7c5189002926b1459bbd86254d00168d2da4c..71125598a62035be9899a6fa3c07963a2f7739cf 100644 (file)
@@ -48,6 +48,13 @@ public class IntegralImageData {
     // pg.grabPixels();
     // } catch (InterruptedException ie) {
     // }
+    
+    // for (int y = 0; y < bufferedImage.getHeight(); ++y) {
+    // for (int x = 0; x < bufferedImage.getWidth(); ++x) {
+    // System.out.println(bufferedImage.getPixel(x, y) & 0xff);
+    // }
+    // }
+    // System.exit(0);
 
     long[][] s = new long[bufferedImage.getWidth()][bufferedImage.getHeight()];
     for (int y = 0; y < bufferedImage.getHeight(); ++y) {