Changeset 12588 for trunk/psLib/src/imageops/psImageUnbin.h
- Timestamp:
- Mar 26, 2007, 4:43:22 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageUnbin.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageUnbin.h
r11248 r12588 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * $Date: 2007-0 1-23 22:47:23$8 * $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * $Date: 2007-03-27 02:43:22 $ 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 17 17 /// @{ 18 18 19 #include "psImage.h"20 21 19 // This needs to be considered more carefully 22 20 psImage *psImageUnbin (psImage *out, //!< Output image 23 21 const psImage *in, //!< Input image 24 int DX, int DY, //!< Scaling factors in x and y25 int dx, int dy //!< Overhang26 ); 22 const psImageBinning *binning ///< binning definition 23 ); 24 27 25 double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point 28 26 const psImage *in, //!< binned image 29 const int DX, const int DY, //!< Scaling factors in x and y 30 const int dx, const int dy //!< Overhang 27 const psImageBinning *binning ///< binning definition 31 28 ); 32 29
Note:
See TracChangeset
for help on using the changeset viewer.
