IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2004, 2:30:32 PM (22 years ago)
Author:
desonia
Message:

fixed problems from psImagePixelInterpolate number of parameters changing.

File:
1 edited

Legend:

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

    r1896 r1909  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-09-25 01:38:24 $
     8 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-09-28 00:30:32 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    13911391        for (int col=0;col<cols;col++) {
    13921392            psF32 fValue = psImagePixelInterpolate(fImg,col+colShift,
    1393                                                    row+rowShift,NAN,PS_INTERPOLATE_FLAT);
     1393                                                   row+rowShift,NULL,0,NAN,PS_INTERPOLATE_FLAT);
    13941394            psS16 sValue = (psS16)psImagePixelInterpolate(sImg,col+colShift,
    1395                            row+rowShift,-1,PS_INTERPOLATE_FLAT);
     1395                           row+rowShift,NULL,0,-1,PS_INTERPOLATE_FLAT);
    13961396
    13971397            if (fabsf(fRow[col] - fValue) > FLT_EPSILON) {
Note: See TracChangeset for help on using the changeset viewer.