IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2005, 9:02:01 AM (21 years ago)
Author:
desonia
Message:

added interpolation types; code support to come.

File:
1 edited

Legend:

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

    r3264 r3442  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-02-17 19:26:24 $
     11 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-03-17 19:02:01 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    413413}
    414414
    415 /*****************************************************************************
    416 XXX: update function description.
    417  
    418 p_psImagePixelInterpolation(image, x, y): this routine takes as input an
    419 image and coordinates (x, y) and produces as output the corresponding pixel
    420 value at the those coordinates.  For fractional corrdinates (x, y), 2-D
    421 linear interpolation is performed on the image.
    422  *****************************************************************************/
    423415psC64 psImagePixelInterpolate(const psImage* input,
    424416                              float x,
Note: See TracChangeset for help on using the changeset viewer.