IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7596


Ignore:
Timestamp:
Jun 19, 2006, 2:23:54 PM (20 years ago)
Author:
drobbin
Message:

Edited test for psImageFitPoly after row, col updates in psImageStats. Still working on EvalPoly test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tst_psImageStats.c

    r7056 r7596  
    263263    for ( i = 0;i < CHEBY_X_DIM;i++ ) {
    264264        for ( j = 0;j < CHEBY_Y_DIM;j++ ) {
    265             fprintf(stderr, "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, 0.0001f+my2DPoly->coeff[ i ][ j ] );
     265            fprintf(stderr, "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j,
     266                    0.0001f+my2DPoly->coeff[ j ][ i ] );
    266267        }
    267268    }
Note: See TracChangeset for help on using the changeset viewer.