Changeset 4934 for trunk/psLib/src/imageops/psImagePixelManip.h
- Timestamp:
- Aug 31, 2005, 11:58:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.h
r4920 r4934 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-08-31 02:07:11$10 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-08-31 21:58:22 $ 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 doublemin, ///< the minimum image value allowed54 complex doublevmin, ///< the value pixels < min are set to55 complex doublemax, ///< the maximum image value allowed56 complex doublevmax ///< 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.
