Changeset 11248 for trunk/psLib/src/imageops/psImagePixelManip.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.h
r6227 r11248 1 /* *@file psImagePixelManip.h1 /* @file psImagePixelManip.h 2 2 * 3 * @brief Contains basic image pixel manipulation operations, as 4 * specified in the PSLIB SDRS sections "Image Pixel Manipulations" 3 * @brief Basic image pixel manipulation operations 5 4 * 6 * @ingroup Image5 * @author Robert DeSonia, MHPCC 7 6 * 8 * @author Robert DeSonia, MHPCC 7 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-23 22:47:23 $ 9 9 * 10 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-01-28 01:12:11 $ 12 * 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 11 */ 12 15 13 #ifndef PS_IMAGE_PIXEL_MANIP_H 16 14 #define PS_IMAGE_PIXEL_MANIP_H 15 16 /// @addtogroup ImageOps Image Operations 17 /// @{ 17 18 18 19 #include "psImage.h" … … 20 21 #include "psStats.h" 21 22 #include "psPixels.h" 22 23 /// @addtogroup Image24 /// @{25 23 26 24 /** Clip image values outside of range to given values … … 88 86 ); 89 87 88 /// @} 90 89 #endif // #ifndef PS_IMAGE_PIXEL_MANIP_H
Note:
See TracChangeset
for help on using the changeset viewer.
