Changeset 4385 for trunk/psLib/src/image/psImagePixelManip.h
- Timestamp:
- Jun 24, 2005, 2:51:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImagePixelManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImagePixelManip.h
r4367 r4385 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-2 3 03:50:29$10 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-25 00:51:28 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 int psImageClipComplexRegion( 52 52 psImage* input, ///< the image to clip 53 _Complex min,///< the minimum image value allowed54 _Complex vmin,///< the value pixels < min are set to55 _Complex max,///< the maximum image value allowed56 _Complex vmax///< the value pixels > max are set to53 complex min, ///< the minimum image value allowed 54 complex vmin, ///< the value pixels < min are set to 55 complex max, ///< the maximum image value allowed 56 complex vmax ///< the value pixels > max are set to 57 57 ); 58 58
Note:
See TracChangeset
for help on using the changeset viewer.
