Changeset 18162 for trunk/psLib/src/imageops/psImageInterpolate.h
- Timestamp:
- Jun 17, 2008, 11:24:58 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageInterpolate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageInterpolate.h
r14452 r18162 7 7 * @author Paul Price, Institute for Astronomy 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 200 7-08-09 01:40:07$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-06-17 21:24:58 $ 11 11 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 12 12 */ … … 84 84 ); 85 85 86 /// Return the variance factor for the appropriate position 87 /// 88 /// psImageInterpolate sets the variance appropriate for extended regions (on the scale of the interpolation 89 /// kernel), but this is not appropriate for pixel-to-pixel statistics. This function returns the conversion 90 /// factor. 91 float psImageInterpolateVarianceFactor(float x, float y, ///< Position of interest 92 const psImageInterpolateOptions *options ///< Interpolation options 93 ); 86 94 87 95 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
