IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2006, 11:03:49 AM (20 years ago)
Author:
drobbin
Message:

Edited psImageFitPoly and EvalPoly. Scaling factors were using incorrect indices. Test output still questionable but matches verified folder.

File:
1 edited

Legend:

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

    r7596 r7612  
    264264        for ( j = 0;j < CHEBY_Y_DIM;j++ ) {
    265265            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 ] );
    267267        }
    268268    }
Note: See TracChangeset for help on using the changeset viewer.