Changeset 4367 for trunk/psLib/src/imageops/psImagePixelManip.h
- Timestamp:
- Jun 22, 2005, 5:50:29 PM (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
r4330 r4367 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-2 1 03:01:37$10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-23 03:50:29 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 47 47 * This function is defined for psC32, and psC64 imagery only. 48 48 * 49 * @return psS32The number of clipped pixels49 * @return int The number of clipped pixels 50 50 */ 51 51 int psImageClipComplexRegion( 52 52 psImage* input, ///< the image to clip 53 psC64 min,///< the minimum image value allowed54 psC64 vmin,///< the value pixels < min are set to55 psC64 max,///< the maximum image value allowed56 psC64 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.
