Changeset 34813
- Timestamp:
- Dec 13, 2012, 3:54:03 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppBackground/src/ppBackgroundRestore.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground/src/ppBackgroundRestore.c
r34800 r34813 90 90 for (int y = 0; y < numRows; y++) { 91 91 for (int x = 0; x < numCols; x++) { 92 if ((y % 250 == 0)&&(x % 250 == 0)) {93 printf("%d %d %g\n",x,y,bgImage->data.F32[y][x]);94 }92 // if ((y % 250 == 0)&&(x % 250 == 0)) { 93 // printf("%d %d %g\n",x,y,bgImage->data.F32[y][x]); 94 // } 95 95 image->data.F32[y][x] += bgImage->data.F32[y][x]; 96 96
Note:
See TracChangeset
for help on using the changeset viewer.
