Changeset 21281
- Timestamp:
- Feb 3, 2009, 4:58:25 PM (17 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 3 edited
-
psImageCovariance.c (modified) (2 diffs)
-
psImageInterpolate.c (modified) (2 diffs)
-
psImageInterpolate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageCovariance.c
r21280 r21281 4 4 5 5 #include <stdio.h> 6 #include <limits.h> 6 7 7 8 #include "psMemory.h" … … 9 10 #include "psImageConvolve.h" 10 11 #include "psTrace.h" 12 #include "psBinaryOp.h" 11 13 12 14 #include "psImageCovariance.h" -
trunk/psLib/src/imageops/psImageInterpolate.c
r21280 r21281 7 7 * @author Paul Price, IfA 8 8 * 9 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2009-02-04 02:5 5:27$9 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-02-04 02:58:25 $ 11 11 * 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 29 29 #include "psString.h" 30 30 #include "psImage.h" 31 #include "psImageConvolve.h" 32 31 33 #include "psImageInterpolate.h" 32 34 -
trunk/psLib/src/imageops/psImageInterpolate.h
r21280 r21281 7 7 * @author Paul Price, Institute for Astronomy 8 8 * 9 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $10 * @date $Date: 2009-02-04 02:5 5:27$9 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-02-04 02:58:25 $ 11 11 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 12 12 */ … … 15 15 #define PS_IMAGE_INTERPOLATE_H 16 16 17 #include <psType.h> 18 #include <psImage.h> 19 #include <psVector.h> 20 #include <psImageConvolve.h> 17 21 18 22 /// Enumeration of options in interpolation
Note:
See TracChangeset
for help on using the changeset viewer.
