IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2006, 12:30:20 PM (20 years ago)
Author:
Paul Price
Message:

Changing type of x,y to int instead of long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomialUtils.h

    r7380 r7541  
    2929// fit a 2D 2nd order polynomial to the 9 pixels centered on (x,y)
    3030psPolynomial2D *psImageBicubeFit(const psImage *image, // Image to fit
    31                                  long x, long y // Pixels of centre of fit
     31                                 int x, int y // Pixels of centre of fit
    3232                                );
    3333
Note: See TracChangeset for help on using the changeset viewer.