IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2004, 1:00:17 PM (22 years ago)
Author:
desonia
Message:

Changed the means of deallocation of memory. ps_Alloc now registers an optional free function to handle any additional processing of a memory object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/verified/tst_psImageStats02.stdout

    r1034 r1073  
    55\**********************************************************************************/
    66
     7SUM(Cheby(0) * Cheby(0)) is 3.000000
     8SUM(Cheby(0) * Cheby(1)) is -0.000000
     9SUM(Cheby(0) * Cheby(2)) is 0.000000
     10SUM(Cheby(1) * Cheby(0)) is -0.000000
     11SUM(Cheby(1) * Cheby(1)) is 1.500000
     12SUM(Cheby(1) * Cheby(2)) is 0.000000
     13SUM(Cheby(2) * Cheby(0)) is 0.000000
     14SUM(Cheby(2) * Cheby(1)) is 0.000000
     15SUM(Cheby(2) * Cheby(2)) is 1.500000
     16Cheby Polynomial (0, 0) coefficient is 6.000000
     17Cheby Polynomial (0, 1) coefficient is 1.154701
     18Cheby Polynomial (0, 2) coefficient is 0.000000
     19Cheby Polynomial (1, 0) coefficient is 5.773502
     20Cheby Polynomial (1, 1) coefficient is -0.000000
     21Cheby Polynomial (1, 2) coefficient is -0.000000
     22Cheby Polynomial (2, 0) coefficient is 0.000000
     23Cheby Polynomial (2, 1) coefficient is 0.000000
     24Cheby Polynomial (2, 2) coefficient is 0.000000
    725
    826---> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c)
Note: See TracChangeset for help on using the changeset viewer.