Changeset 14925 for trunk/psLib/src/imageops/psImageUnbin.h
- Timestamp:
- Sep 20, 2007, 1:55:52 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
r12588 r14925 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * $Date: 2007-0 3-27 02:43:22 $8 * $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * $Date: 2007-09-20 23:55:52 $ 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 28 28 ); 29 29 30 double psImageUnbinPixel_V2(const double xFine, const double yFine, // desired Unbinned point (parent coords) 31 const psImage *in, // binned image 32 const psImageBinning *binning //!< Overhang 33 ); 34 35 double psImageInterpolatePixelBilinear (const double xIn, const double yIn, const psImage *in); 36 30 37 /// @} 31 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
