IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:50:29 PM (21 years ago)
Author:
drobbin
Message:

changed files according to requested revisions outlined in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4316 r4367  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-18 03:13:02 $
     10 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-23 03:50:29 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3939    const psImage* mask,               ///< mask for input image.  If NULL, no masking is done.
    4040    psMaskType maskVal,                ///< the bits to check in mask.
    41     psU32 scale,                       ///< the scale to rebin for each dimension
     41    int scale,                         ///< the scale to rebin for each dimension
    4242    const psStats* stats
    4343    ///< the statistic to perform when rebinning.  Only one method should be set.
     
    7575psImage* psImageRotate(
    7676    psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
    77     const psImage* in,                 ///< input image
     77    const psImage* input,              ///< input image
    7878    float angle,                       ///< the rotation angle in radians.
    79     psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
     79    _Complex exposed,                  ///< the output image pixel values for non-imagery areas
    8080    psImageInterpolateMode mode        ///< the interpolation mode used
    8181);
     
    9494psImage* psImageShift(
    9595    psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
    96     const psImage* in,                 ///< input image
     96    const psImage* input,              ///< input image
    9797    float dx,                          ///< the shift in x direction.
    9898    float dy,                          ///< the shift in y direction.
    99     psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
     99    _Complex exposed,                  ///< the output image pixel values for non-imagery areas
    100100    psImageInterpolateMode mode        ///< the interpolation mode to use
    101101);
     
    149149    int inputMaskVal,                  ///< masking value for inputMask
    150150    const psPlaneTransform *outToIn,   ///< the transform to apply
    151     const psRegion region,             ///< the size of the transformed image
     151    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
    155     int exposedValue                   ///< Exposed value to which non-corresponding pixels are set
     155    double exposedValue                   ///< Exposed value to which non-corresponding pixels are set
    156156);
    157157
Note: See TracChangeset for help on using the changeset viewer.