Changeset 5511 for trunk/psLib/src/imageops
- Timestamp:
- Nov 14, 2005, 12:18:38 PM (21 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 2 edited
-
psImageGeomManip.c (modified) (2 diffs)
-
psImagePixelExtract.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageGeomManip.c
r4934 r5511 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2005- 08-31 21:58:22$12 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-11-14 22:18:33 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 34 34 psImage* psImageRebin(psImage* out, 35 35 const psImage* in, 36 const psImage* restrictmask,36 const psImage* mask, 37 37 psMaskType maskVal, 38 38 int scale, -
trunk/psLib/src/imageops/psImagePixelExtract.c
r5213 r5511 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2005- 09-30 23:09:13 $10 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-11-14 22:18:33 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 218 218 psVector* psImageSlice(psVector* out, 219 219 psVector* coords, 220 const psImage* restrictinput,221 const psImage* restrictmask,220 const psImage* input, 221 const psImage* mask, 222 222 psMaskType maskVal, 223 223 psRegion region, … … 599 599 psVector* psImageRadialCut(psVector* out, 600 600 const psImage* input, 601 const psImage* restrictmask,601 const psImage* mask, 602 602 psMaskType maskVal, 603 603 float x,
Note:
See TracChangeset
for help on using the changeset viewer.
