Changeset 4534 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Jul 11, 2005, 11:38:19 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r4526 r4534 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-07- 09 01:24:30$13 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-07-11 21:38:19 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 40 40 PS_INTERPOLATE_LANCZOS3_VARIANCE, ///< Variance version of PS_INTERPOLATE_LANCZOS3 41 41 PS_INTERPOLATE_LANCZOS4_VARIANCE, ///< Variance version of PS_INTERPOLATE_LANCZOS4 42 PS_INTERPOLATE_NUM_MODES ///< enum end-marker; does not coorespond to a interpolation mode42 // PS_INTERPOLATE_NUM_MODES ///< enum end-marker; does not coorespond to a interpolation mode 43 43 } psImageInterpolateMode; 44 44 … … 197 197 * given x,y doesn't coorespond to a valid image location 198 198 */ 199 psC64psImagePixelInterpolate(199 complex psImagePixelInterpolate( 200 200 const psImage* input, ///< input image for interpolation 201 201 float x, ///< column location to derive value of 202 202 float y, ///< row location ot derive value of 203 203 const psImage* mask, ///< if not NULL, the mask of the input image 204 ps U32 maskVal,///< the mask value205 psC64 unexposedValue,///< return value if x,y location is not in image.204 psMaskType maskVal, ///< the mask value 205 complex unexposedValue, ///< return value if x,y location is not in image. 206 206 psImageInterpolateMode mode ///< interpolation mode 207 207 );
Note:
See TracChangeset
for help on using the changeset viewer.
