IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2004, 9:49:54 AM (22 years ago)
Author:
desonia
Message:

Changed the unexposedValue for psImageRotate and psImageShift (bug #150). Also optimized psImageShift by using the inline private interpolation functions.

File:
1 edited

Legend:

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

    r1605 r1635  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-20 02:55:58 $
     13 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-08-27 19:49:54 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    141141    const psImage* in,                 ///< input image
    142142    float angle,                       ///< the rotation angle in degrees.
    143     float unexposedValue,              ///< the output image pixel values for non-imagery areas
     143    psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
    144144    psImageInterpolateMode mode        ///< the interpolation mode used
    145145);
     
    161161    float dx,                          ///< the shift in x direction.
    162162    float dy,                          ///< the shift in y direction.
    163     float unexposedValue,              ///< the output image pixel values for non-imagery areas
     163    psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
    164164    psImageInterpolateMode mode        ///< the interpolation mode to use
    165165);
Note: See TracChangeset for help on using the changeset viewer.