IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 5:13:02 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4287 r4316  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-16 22:07:41 $
     10 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-18 03:13:02 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5757    psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
    5858    const psImage* in,                 ///< input image
    59     psS32 scale,                       ///< resample scaling factor
     59    int scale,                       ///< resample scaling factor
    6060    psImageInterpolateMode mode        ///< the interpolation mode used in resampling
    6161);
     
    111111psImage* psImageRoll(
    112112    psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
    113     const psImage* in,                 ///< input image
    114     psS32 dx,                          ///< number of pixels to roll in the x-dimension
    115     psS32 dy                           ///< number of pixels to roll in the y-dimension
     113    const psImage* input,              ///< input image
     114    int dx,                            ///< number of pixels to roll in the x-dimension
     115    int dy                             ///< number of pixels to roll in the y-dimension
    116116);
    117117
     
    151151    const psRegion region,             ///< the size of the transformed image
    152152    const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies which pixels in
    153                                                  *  output image shall be transformed; otherwise, entire image generated*/
     153                                                     *  output image shall be transformed; otherwise, entire image generated*/
    154154    psImageInterpolateMode mode,       ///< the interpolation scheme to be used
    155155    int exposedValue                   ///< Exposed value to which non-corresponding pixels are set
Note: See TracChangeset for help on using the changeset viewer.