Changeset 4544
- Timestamp:
- Jul 12, 2005, 9:33:49 AM (21 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 6 edited
-
psImageConvolve.c (modified) (2 diffs)
-
psImageGeomManip.c (modified) (2 diffs)
-
psImagePixelExtract.c (modified) (2 diffs)
-
psImagePixelManip.c (modified) (2 diffs)
-
psImageStats.c (modified) (2 diffs)
-
psImageStructManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.c
r4540 r4544 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-07-12 19: 12:01$7 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-07-12 19:33:49 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #include "psError.h" 22 22 23 #include "ps ImageErrors.h"23 #include "psErrorText.h" 24 24 25 25 #define FOURIER_PADDING 32 /* padding amount in every side of the image for fourier convolution */ -
trunk/psLib/src/imageops/psImageGeomManip.c
r4540 r4544 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-07-12 19: 12:01$12 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-07-12 19:33:49 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 29 29 #include "psMemory.h" 30 30 #include "psConstants.h" 31 #include "ps ImageErrors.h"31 #include "psErrorText.h" 32 32 #include "psCoord.h" 33 33 -
trunk/psLib/src/imageops/psImagePixelExtract.c
r4540 r4544 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-07-12 19: 12:01$10 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-07-12 19:33:49 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #include "psError.h" 22 22 23 #include "ps ImageErrors.h"23 #include "psErrorText.h" 24 24 25 25 psVector* psImageSlice(psVector* out, -
trunk/psLib/src/imageops/psImagePixelManip.c
r4540 r4544 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-07-12 19: 12:01$12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-07-12 19:33:49 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 28 28 #include "psMemory.h" 29 29 #include "psConstants.h" 30 #include "ps ImageErrors.h"30 #include "psErrorText.h" 31 31 #include "psCoord.h" 32 32 -
trunk/psLib/src/imageops/psImageStats.c
r4385 r4544 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.7 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 6-25 00:51:28$11 * @version $Revision: 1.76 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-07-12 19:33:49 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 30 30 #include "psImageStats.h" 31 31 #include "psConstants.h" 32 #include "ps ImageErrors.h"32 #include "psErrorText.h" 33 33 34 34 /// This routine must determine the various statistics for the image. -
trunk/psLib/src/imageops/psImageStructManip.c
r4540 r4544 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-07-12 19: 12:01$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-07-12 19:33:49 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #include "psError.h" 22 22 23 #include "ps ImageErrors.h"23 #include "psErrorText.h" 24 24 25 25 static psImage* imageSubset(psImage* out,
Note:
See TracChangeset
for help on using the changeset viewer.
