IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1503


Ignore:
Timestamp:
Aug 11, 2004, 4:52:15 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib/test/image
Files:
2 edited

Legend:

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

    r1451 r1503  
    5757    for ( i = 0;i < CHEBY_X_DIM;i++ ) {
    5858        for ( j = 0;j < CHEBY_Y_DIM;j++ ) {
    59             printf( "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, my2DPoly->coeff[ i ][ j ] );
     59            printf( "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, 0.0001f+my2DPoly->coeff[ i ][ j ] );
    6060        }
    6161    }
  • trunk/psLib/test/image/verified/tst_psImageStats02.stdout

    r1365 r1503  
    1010Cheby Polynomial (0, 3) coefficient is 2.88
    1111Cheby Polynomial (0, 4) coefficient is 0.00
    12 Cheby Polynomial (0, 5) coefficient is 1.03
     12Cheby Polynomial (0, 5) coefficient is 1.04
    1313Cheby Polynomial (0, 6) coefficient is 0.00
    1414Cheby Polynomial (0, 7) coefficient is 0.53
    1515Cheby Polynomial (1, 0) coefficient is 129.68
    16 Cheby Polynomial (1, 1) coefficient is -0.00
     16Cheby Polynomial (1, 1) coefficient is 0.00
    1717Cheby Polynomial (1, 2) coefficient is 0.00
    1818Cheby Polynomial (1, 3) coefficient is 0.00
     
    2121Cheby Polynomial (1, 6) coefficient is 0.00
    2222Cheby Polynomial (1, 7) coefficient is 0.00
    23 Cheby Polynomial (2, 0) coefficient is -0.00
     23Cheby Polynomial (2, 0) coefficient is 0.00
    2424Cheby Polynomial (2, 1) coefficient is 0.00
    25 Cheby Polynomial (2, 2) coefficient is -0.00
     25Cheby Polynomial (2, 2) coefficient is 0.00
    2626Cheby Polynomial (2, 3) coefficient is 0.00
    2727Cheby Polynomial (2, 4) coefficient is 0.00
    2828Cheby Polynomial (2, 5) coefficient is 0.00
    29 Cheby Polynomial (2, 6) coefficient is -0.00
    30 Cheby Polynomial (2, 7) coefficient is -0.00
     29Cheby Polynomial (2, 6) coefficient is 0.00
     30Cheby Polynomial (2, 7) coefficient is 0.00
    3131Cheby Polynomial (3, 0) coefficient is 14.40
    3232Cheby Polynomial (3, 1) coefficient is 0.00
     
    3434Cheby Polynomial (3, 3) coefficient is 0.00
    3535Cheby Polynomial (3, 4) coefficient is 0.00
    36 Cheby Polynomial (3, 5) coefficient is -0.00
     36Cheby Polynomial (3, 5) coefficient is 0.00
    3737Cheby Polynomial (3, 6) coefficient is 0.00
    3838Cheby Polynomial (3, 7) coefficient is 0.00
    3939Cheby Polynomial (4, 0) coefficient is 0.00
    4040Cheby Polynomial (4, 1) coefficient is 0.00
    41 Cheby Polynomial (4, 2) coefficient is -0.00
    42 Cheby Polynomial (4, 3) coefficient is -0.00
     41Cheby Polynomial (4, 2) coefficient is 0.00
     42Cheby Polynomial (4, 3) coefficient is 0.00
    4343Cheby Polynomial (4, 4) coefficient is 0.00
    4444Cheby Polynomial (4, 5) coefficient is 0.00
    45 Cheby Polynomial (4, 6) coefficient is -0.00
     45Cheby Polynomial (4, 6) coefficient is 0.00
    4646Cheby Polynomial (4, 7) coefficient is 0.00
    4747Cheby Polynomial (5, 0) coefficient is 5.17
    4848Cheby Polynomial (5, 1) coefficient is 0.00
    49 Cheby Polynomial (5, 2) coefficient is -0.00
     49Cheby Polynomial (5, 2) coefficient is 0.00
    5050Cheby Polynomial (5, 3) coefficient is 0.00
    51 Cheby Polynomial (5, 4) coefficient is -0.00
     51Cheby Polynomial (5, 4) coefficient is 0.00
    5252Cheby Polynomial (5, 5) coefficient is 0.00
    5353Cheby Polynomial (5, 6) coefficient is 0.00
    5454Cheby Polynomial (5, 7) coefficient is 0.00
    5555Cheby Polynomial (6, 0) coefficient is 0.00
    56 Cheby Polynomial (6, 1) coefficient is -0.00
    57 Cheby Polynomial (6, 2) coefficient is -0.00
     56Cheby Polynomial (6, 1) coefficient is 0.00
     57Cheby Polynomial (6, 2) coefficient is 0.00
    5858Cheby Polynomial (6, 3) coefficient is 0.00
    59 Cheby Polynomial (6, 4) coefficient is -0.00
    60 Cheby Polynomial (6, 5) coefficient is -0.00
    61 Cheby Polynomial (6, 6) coefficient is -0.00
    62 Cheby Polynomial (6, 7) coefficient is -0.00
     59Cheby Polynomial (6, 4) coefficient is 0.00
     60Cheby Polynomial (6, 5) coefficient is 0.00
     61Cheby Polynomial (6, 6) coefficient is 0.00
     62Cheby Polynomial (6, 7) coefficient is 0.00
    6363Cheby Polynomial (7, 0) coefficient is 2.63
    64 Cheby Polynomial (7, 1) coefficient is -0.00
    65 Cheby Polynomial (7, 2) coefficient is -0.00
     64Cheby Polynomial (7, 1) coefficient is 0.00
     65Cheby Polynomial (7, 2) coefficient is 0.00
    6666Cheby Polynomial (7, 3) coefficient is 0.00
    6767Cheby Polynomial (7, 4) coefficient is 0.00
    6868Cheby Polynomial (7, 5) coefficient is 0.00
    69 Cheby Polynomial (7, 6) coefficient is -0.00
     69Cheby Polynomial (7, 6) coefficient is 0.00
    7070Cheby Polynomial (7, 7) coefficient is 0.00
    7171
Note: See TracChangeset for help on using the changeset viewer.