IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 4:54:15 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4214 r4243  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-11 02:19:05 $
     10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-14 02:54:15 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    119119 *
    120120 *  Transform the input image according the supplied transformation. The size
    121  *  of the transformed image is defined by the supplied output image, if
     121 *  of the transformed image is defined by the supplied output image, if
    122122 *  non-NULL, or the region otherwise (size region.x1 - region.x0 by region.y1
    123123 *  region.y0, with out->x0 = region.x0 and out->y0 = region.y0). If the
     
    149149    int inputMaskVal,                  ///< masking value for inputMask
    150150    const psPlaneTransform *outToIn,   ///< the transform to apply
    151     const psRegion region,             ///<
    152     const psPixels* pixels,            ///<
    153     psImageInterpolateMode mode,       ///<
    154     int exposedValue                   ///<
     151    const psRegion region,             ///< the size of the transformed image
     152    const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies which pixels in
     153                                             *  output image shall be transformed; otherwise, entire image generated*/
     154    psImageInterpolateMode mode,       ///< the interpolation scheme to be used
     155    int exposedValue                   ///< Exposed value to which non-corresponding pixels are set
    155156);
    156157
Note: See TracChangeset for help on using the changeset viewer.