IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2004, 10:02:57 AM (22 years ago)
Author:
desonia
Message:

Added psImageResample and complex support for pixel interpolation routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageManip.h

    r1250 r1260  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-21 23:39:10 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-22 20:02:56 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    105105);
    106106
     107psImage* psImageResample(
     108    psImage* out,                   ///< an psImage to recycle.  If NULL, a new image is created
     109    const psImage* in,              ///< input image
     110    int scale,
     111    psImageInterpolateMode mode
     112);
     113
    107114psImage* psImageRotate(
    108115    psImage* out,                   ///< an psImage to recycle.  If NULL, a new image is created
Note: See TracChangeset for help on using the changeset viewer.