Changeset 4315 for trunk/psLib/src/image/psImagePixelManip.h
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImagePixelManip.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImagePixelManip.h
r4162 r4315 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06- 08 23:40:45$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-18 02:30:49 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 32 32 * @return psS32 The number of clipped pixels 33 33 */ 34 psS32psImageClip(34 int psImageClip( 35 35 psImage* input, ///< the image to clip 36 psF64 min,///< the minimum image value allowed37 psF64 vmin,///< the value pixels < min are set to38 psF64 max,///< the maximum image value allowed39 psF64 vmax///< the value pixels > max are set to36 double min, ///< the minimum image value allowed 37 double vmin, ///< the value pixels < min are set to 38 double max, ///< the maximum image value allowed 39 double vmax ///< the value pixels > max are set to 40 40 ); 41 41 … … 49 49 * @return psS32 The number of clipped pixels 50 50 */ 51 psS32psImageClipComplexRegion(51 int psImageClipComplexRegion( 52 52 psImage* input, ///< the image to clip 53 53 psC64 min, ///< the minimum image value allowed … … 64 64 * @return psS32 The number of clipped pixels 65 65 */ 66 psS32psImageClipNaN(66 int psImageClipNaN( 67 67 psImage* input, ///< the image to clip 68 psF64value ///< the value to set all NaN/Inf values to68 float value ///< the value to set all NaN/Inf values to 69 69 ); 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
