IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2005, 1:25:10 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.c

    r2807 r3027  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-12-23 19:14:15 $
     11 *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-01-17 23:25:10 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    300300/*****************************************************************************
    301301psImageFitPolynomial(): This routine takes as input a 2-D image and produces
    302 as output the coefficients of the Chebyshev polynomials which match that
    303 input image.
     302as output the coefficients of the Chebyshev polynomials which match that input
     303image.  This is a TEST version of the code.  It is not used by anything.
    304304  Input:
    305305  Output:
     
    359359            //            nodes->data.F64[x][y] = psImagePixelInterpolate(input, yNode, xNode, NULL, 0, 0.0, PS_INTERPOLATE_BILINEAR);
    360360            //            nodes->data.F64[x][y] = psImagePixelInterpolate(input, yTmp, xTmp, NULL, 0, 0.0, PS_INTERPOLATE_BILINEAR);
    361             printf("HMMMM: (xOrig, yOrig) is (%f, %f)\n", xOrig, yOrig);
    362361            nodes->data.F64[x][y] = psImagePixelInterpolate(input, yOrig, xOrig, NULL, 0, 0.0, PS_INTERPOLATE_BILINEAR);
    363             printf("HMMMM: interpolated pixel [%d][%d] is %f, should be %f\n", x, y, nodes->data.F64[x][y], input->data.F32[x][y]);
    364362        }
    365363    }
Note: See TracChangeset for help on using the changeset viewer.