Changeset 12179 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Mar 2, 2007, 11:05:52 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r11703 r12179 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 2-08 04:17:58$7 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-03-02 21:05:52 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 112 112 /// 113 113 psImage *psImageConvolveDirect( 114 psImage *out, ///< a psImage to recycle. If NULL, a new psImage is made.115 114 const psImage *in, ///< the psImage to convolve 116 115 const psKernel *kernel ///< kernel to colvolve with … … 122 121 /// are suitably padded to avoid wrap-around effects. 123 122 psImage *psImageConvolveFFT( 124 psImage *out, ///< a psImage to recycle. If NULL, a new psImage is made.125 123 const psImage *in, ///< the psImage to convolve 126 124 const psKernel *kernel, ///< kernel to colvolve with
Note:
See TracChangeset
for help on using the changeset viewer.
