IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 10:19:30 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageStats02.c

    r1022 r1026  
    6767
    6868    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    //    }
    7676
    7777    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.