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.h

    r4526 r4534  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-07-09 01:24:30 $
     13 *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-07-11 21:38:19 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4040    PS_INTERPOLATE_LANCZOS3_VARIANCE,  ///< Variance version of PS_INTERPOLATE_LANCZOS3
    4141    PS_INTERPOLATE_LANCZOS4_VARIANCE,  ///< Variance version of PS_INTERPOLATE_LANCZOS4
    42     PS_INTERPOLATE_NUM_MODES           ///< enum end-marker; does not coorespond to a interpolation mode
     42    //    PS_INTERPOLATE_NUM_MODES           ///< enum end-marker; does not coorespond to a interpolation mode
    4343} psImageInterpolateMode;
    4444
     
    197197 *                   given x,y doesn't coorespond to a valid image location
    198198 */
    199 psC64 psImagePixelInterpolate(
     199complex psImagePixelInterpolate(
    200200    const psImage* input,              ///< input image for interpolation
    201201    float x,                           ///< column location to derive value of
    202202    float y,                           ///< row location ot derive value of
    203203    const psImage* mask,               ///< if not NULL, the mask of the input image
    204     psU32 maskVal,              ///< the mask value
    205     psC64 unexposedValue,              ///< return value if x,y location is not in image.
     204    psMaskType maskVal,                ///< the mask value
     205    complex unexposedValue,            ///< return value if x,y location is not in image.
    206206    psImageInterpolateMode mode        ///< interpolation mode
    207207);
Note: See TracChangeset for help on using the changeset viewer.