Changeset 20766 for trunk/psLib/src/imageops/psImageUnbin.h
- Timestamp:
- Nov 16, 2008, 4:38:46 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageUnbin.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageUnbin.h
r14925 r20766 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * $Date: 200 7-09-20 23:55:52$8 * $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * $Date: 2008-11-17 02:38:46 $ 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 23 23 ); 24 24 25 double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point 26 const psImage *in, //!< binned image 27 const psImageBinning *binning ///< binning definition 28 ); 29 30 double psImageUnbinPixel_V2(const double xFine, const double yFine, // desired Unbinned point (parent coords) 25 double psImageUnbinPixel(const double xFine, const double yFine, // desired Unbinned point (parent coords) 31 26 const psImage *in, // binned image 32 27 const psImageBinning *binning //!< Overhang … … 37 32 /// @} 38 33 #endif 34 35 # if (0) 36 /* old version */ 37 double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point 38 const psImage *in, //!< binned image 39 const psImageBinning *binning ///< binning definition 40 ); 41 # endif 42
Note:
See TracChangeset
for help on using the changeset viewer.
