Changeset 3442 for trunk/psLib/src/image/psImage.c
- Timestamp:
- Mar 17, 2005, 9:02:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r3264 r3442 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 2-17 19:26:24$11 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-03-17 19:02:01 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 413 413 } 414 414 415 /*****************************************************************************416 XXX: update function description.417 418 p_psImagePixelInterpolation(image, x, y): this routine takes as input an419 image and coordinates (x, y) and produces as output the corresponding pixel420 value at the those coordinates. For fractional corrdinates (x, y), 2-D421 linear interpolation is performed on the image.422 *****************************************************************************/423 415 psC64 psImagePixelInterpolate(const psImage* input, 424 416 float x,
Note:
See TracChangeset
for help on using the changeset viewer.
