Changeset 1026 for trunk/psLib/test/image/tst_psImageStats02.c
- Timestamp:
- Jun 14, 2004, 10:19:30 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats02.c
r1022 r1026 67 67 68 68 rc = psImageEvalPolynomial(outImage, my2DPoly); 69 for (i=0;i<IMAGE_SIZE;i++) {70 for (j=0;j<IMAGE_SIZE;j++) {71 printf("pixel[%d][%d] is (%f, %f)\n", i, j,72 tmpImage->data.F32[i][j],73 outImage->data.F32[i][j]);74 }75 }69 // for (i=0;i<IMAGE_SIZE;i++) { 70 // for (j=0;j<IMAGE_SIZE;j++) { 71 // printf("pixel[%d][%d] is (%f, %f)\n", i, j, 72 // tmpImage->data.F32[i][j], 73 // outImage->data.F32[i][j]); 74 // } 75 // } 76 76 77 77 psMemCheckCorruption(1);
Note:
See TracChangeset
for help on using the changeset viewer.
