Changeset 7612 for trunk/psLib/test/imageops/tst_psImageStats.c
- Timestamp:
- Jun 21, 2006, 11:03:49 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/imageops/tst_psImageStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tst_psImageStats.c
r7596 r7612 264 264 for ( j = 0;j < CHEBY_Y_DIM;j++ ) { 265 265 fprintf(stderr, "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, 266 0.0001f+my2DPoly->coeff[ j ][ i] );266 0.0001f+my2DPoly->coeff[ i ][ j ] ); 267 267 } 268 268 }
Note:
See TracChangeset
for help on using the changeset viewer.
