Changeset 11248 for trunk/psLib/src/imageops/psImageGeomManip.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageGeomManip.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageGeomManip.h
r9927 r11248 1 /* *@file psImageGeomManip.h1 /* @file psImageGeomManip.h 2 2 * 3 * @brief Contains basic image geometry manipulation operations, as4 * specified in the PSLIB SDRS sections "Image Geometry Manipulations".3 * @brief Contains basic image geometry manipulation operations, as 4 * specified in the PSLIB SDRS sections "Image Geometry Manipulations". 5 5 * 6 * @ingroup Image6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @author Robert DeSonia, MHPCC 9 * 10 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-11-09 20:20:27 $ 12 * 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 8 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-23 22:47:23 $ 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 11 */ 15 12 #ifndef PS_IMAGE_GEOM_MANIP_H 16 13 #define PS_IMAGE_GEOM_MANIP_H 14 15 /// @addtogroup ImageOps Image Operations 16 /// @{ 17 17 18 18 #include "psImage.h" … … 20 20 #include "psStats.h" 21 21 #include "psPixels.h" 22 23 /// @addtogroup Image24 /// @{25 22 26 23 /** Rebin image to new scale. … … 185 182 psRegion region, ///< the size of the transformed image 186 183 const psPixels* pixels, /**< if not NULL, consists of psPixelCoords and specifies 187 * which pixels in output image shall be transformed;188 * otherwise, entire image generated*/184 * which pixels in output image shall be transformed; 185 * otherwise, entire image generated*/ 189 186 psImageInterpolateMode mode, ///< the interpolation scheme to be used 190 187 double exposedValue ///< Exposed value to which non-corresponding pixels are set … … 198 195 ); 199 196 197 /// @} 200 198 #endif // #ifndef PS_IMAGE_GEOM_MANIP_H
Note:
See TracChangeset
for help on using the changeset viewer.
