- Timestamp:
- Dec 30, 2008, 10:40:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psLib/src/imageops/psImageGeomManip.h
r16910 r21074 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $9 * @date $Date: 2008- 03-11 00:41:30$8 * @version $Revision: 1.22.36.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-12-30 20:39:59 $ 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 36 36 const psImage* in, ///< input image 37 37 const psImage* mask, ///< mask for input image. If NULL, no masking is done. 38 ps MaskType maskVal,///< the bits to check in mask.38 psImageMaskType maskVal, ///< the bits to check in mask. 39 39 int scale, ///< the scale to rebin for each dimension 40 40 const psStats* stats … … 106 106 const psImage* in, ///< Input image 107 107 const psImage *inMask, ///< Input mask, or NULL 108 ps MaskType maskVal,///< Value to mask108 psImageMaskType maskVal, ///< Value to mask 109 109 float dx, float dy, ///< Shift to apply 110 110 double exposed, ///< Value to give exposed pixels 111 ps MaskType blank,///< Mask value for exposed pixels111 psImageMaskType blank, ///< Mask value for exposed pixels 112 112 psImageInterpolateMode mode ///< Interpolation mode 113 113 ); … … 159 159 const psImage *input, ///< psImage to apply transform to 160 160 const psImage *inputMask, ///< if not NULL, mask of input psImage 161 ps MaskType inputMaskVal,///< masking value for inputMask161 psImageMaskType inputMaskVal, ///< masking value for inputMask 162 162 const psPlaneTransform *outToIn, ///< the transform to apply 163 163 psRegion region, ///< the size of the transformed image
Note:
See TracChangeset
for help on using the changeset viewer.
