Changeset 3264 for trunk/psLib/src/image
- Timestamp:
- Feb 17, 2005, 9:26:25 AM (21 years ago)
- Location:
- trunk/psLib/src/image
- Files:
-
- 14 edited
-
psImage.c (modified) (1 diff)
-
psImage.h (modified) (1 diff)
-
psImageConvolve.h (modified) (1 diff)
-
psImageErrors.h (modified) (1 diff)
-
psImageExtraction.c (modified) (1 diff)
-
psImageExtraction.h (modified) (1 diff)
-
psImageFFT.c (modified) (1 diff)
-
psImageFFT.h (modified) (1 diff)
-
psImageIO.c (modified) (1 diff)
-
psImageIO.h (modified) (1 diff)
-
psImageManip.c (modified) (1 diff)
-
psImageManip.h (modified) (1 diff)
-
psImageStats.c (modified) (1 diff)
-
psImageStats.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r3115 r3264 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-02- 03 00:54:11$11 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-17 19:26:24 $ 13 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 * 16 16 * That is the routine used to generate matrices. -
trunk/psLib/src/image/psImage.h
r3115 r3264 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-02- 03 00:54:11$15 * 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii13 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-02-17 19:26:24 $ 15 * 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 18 #ifndef PS_IMAGE_H -
trunk/psLib/src/image/psImageConvolve.h
r2204 r3264 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 200 4-10-27 00:57:31$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-17 19:26:24 $ 11 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 -
trunk/psLib/src/image/psImageErrors.h
r3115 r3264 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-02- 03 00:54:11$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-17 19:26:24 $ 11 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 -
trunk/psLib/src/image/psImageExtraction.c
r2807 r3264 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $12 * @date $Date: 200 4-12-23 19:14:15$11 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-17 19:26:24 $ 13 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 * 16 16 */ -
trunk/psLib/src/image/psImageExtraction.h
r3115 r3264 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02- 03 00:54:11$12 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:24 $ 14 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 -
trunk/psLib/src/image/psImageFFT.c
r2283 r3264 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $8 * @date $Date: 200 4-11-04 22:14:17$7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-02-17 19:26:24 $ 9 9 * 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ 12 12 #include <unistd.h> -
trunk/psLib/src/image/psImageFFT.h
r2283 r3264 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 200 4-11-04 22:14:17$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-17 19:26:24 $ 11 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 -
trunk/psLib/src/image/psImageIO.c
r2962 r3264 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 1-12 22:17:01$9 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-17 19:26:24 $ 11 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 -
trunk/psLib/src/image/psImageIO.h
r2204 r3264 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $13 * @date $Date: 200 4-10-27 00:57:31$12 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:24 $ 14 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 #ifndef PS_IMAGEIO_H -
trunk/psLib/src/image/psImageManip.c
r3028 r3264 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 1-18 03:15:03$12 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:24 $ 14 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 -
trunk/psLib/src/image/psImageManip.h
r3115 r3264 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-02- 03 00:54:11$13 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-02-17 19:26:24 $ 15 15 * 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 18 #ifndef PS_IMAGE_MANIP_H -
trunk/psLib/src/image/psImageStats.c
r3182 r3264 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-02-1 0 02:36:42$11 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-17 19:26:24 $ 13 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 16 -
trunk/psLib/src/image/psImageStats.h
r2600 r3264 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $12 * @date $Date: 200 4-12-02 21:12:52$11 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-17 19:26:24 $ 13 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 16 #if !defined(PS_IMAGE_STATS_H)
Note:
See TracChangeset
for help on using the changeset viewer.
