IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2005, 11:38:19 AM (21 years ago)
Author:
drobbin
Message:

made revisions based on psLib SDRS rev. 15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImage.c

    r4526 r4534  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-07-09 01:24:30 $
     11 *  @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-07-11 21:38:19 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    369369}
    370370
    371 psC64 psImagePixelInterpolate(const psImage* input,
    372                               float x,
    373                               float y,
    374                               const psImage* mask,
    375                               psU32 maskVal,
    376                               psC64 unexposedValue,
    377                               psImageInterpolateMode mode)
     371complex psImagePixelInterpolate(const psImage* input,
     372                                float x,
     373                                float y,
     374                                const psImage* mask,
     375                                psMaskType maskVal,
     376                                complex unexposedValue,
     377                                psImageInterpolateMode mode)
    378378{
    379379
Note: See TracChangeset for help on using the changeset viewer.