Changeset 4367 for trunk/psLib/src/imageops/psImageGeomManip.h
- Timestamp:
- Jun 22, 2005, 5:50:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageGeomManip.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageGeomManip.h
r4316 r4367 8 8 * @author Robert DeSonia, MHPCC 9 9 * 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 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 39 39 const psImage* mask, ///< mask for input image. If NULL, no masking is done. 40 40 psMaskType maskVal, ///< the bits to check in mask. 41 psU32 scale,///< the scale to rebin for each dimension41 int scale, ///< the scale to rebin for each dimension 42 42 const psStats* stats 43 43 ///< the statistic to perform when rebinning. Only one method should be set. … … 75 75 psImage* psImageRotate( 76 76 psImage* out, ///< an psImage to recycle. If NULL, a new image is created 77 const psImage* in ,///< input image77 const psImage* input, ///< input image 78 78 float angle, ///< the rotation angle in radians. 79 psC64 unexposedValue,///< the output image pixel values for non-imagery areas79 _Complex exposed, ///< the output image pixel values for non-imagery areas 80 80 psImageInterpolateMode mode ///< the interpolation mode used 81 81 ); … … 94 94 psImage* psImageShift( 95 95 psImage* out, ///< an psImage to recycle. If NULL, a new image is created 96 const psImage* in ,///< input image96 const psImage* input, ///< input image 97 97 float dx, ///< the shift in x direction. 98 98 float dy, ///< the shift in y direction. 99 psC64 unexposedValue,///< the output image pixel values for non-imagery areas99 _Complex exposed, ///< the output image pixel values for non-imagery areas 100 100 psImageInterpolateMode mode ///< the interpolation mode to use 101 101 ); … … 149 149 int inputMaskVal, ///< masking value for inputMask 150 150 const psPlaneTransform *outToIn, ///< the transform to apply 151 const psRegion region,///< the size of the transformed image151 psRegion region, ///< the size of the transformed image 152 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*/153 * output image shall be transformed; otherwise, entire image generated*/ 154 154 psImageInterpolateMode mode, ///< the interpolation scheme to be used 155 intexposedValue ///< Exposed value to which non-corresponding pixels are set155 double exposedValue ///< Exposed value to which non-corresponding pixels are set 156 156 ); 157 157
Note:
See TracChangeset
for help on using the changeset viewer.
