Changeset 11253 for trunk/psModules/src/imcombine/pmImageSubtract.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmImageSubtract.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmImageSubtract.h
r9621 r11253 1 /* *@file ImageSubtract.h1 /* @file ImageSubtract.h 2 2 * 3 * This file will contain code which creates a set of kernel basis4 * functions, solves for their solution, and applies them to an image.3 * This file will contain code which creates a set of kernel basis 4 * functions, solves for their solution, and applies them to an image. 5 5 * 6 * @author Paul Price, IfA (original prototype)7 * @author GLG, MHPCC6 * @author Paul Price, IfA (original prototype) 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-10-18 02:29:15 $ 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 13 * 9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-24 02:54:15 $ 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 14 12 */ 15 13 16 14 #ifndef PM_IMAGE_COMBINE_H 17 15 #define PM_IMAGE_COMBINE_H 16 17 /// @addtogroup imcombine Image Combinations 18 /// @{ 18 19 19 20 #include <stdio.h> … … 120 121 ); 121 122 123 /// @} 122 124 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
