Changeset 4540 for trunk/psLib/src/fft/psImageFFT.h
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psImageFFT.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psImageFFT.h
r4316 r4540 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 6-18 03:13:02$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-07-12 19:12:01 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 33 33 psImage* psImageFFT( 34 34 psImage* out, ///< a psImage to recycle. If NULL, a new psImage is made. 35 const psImage* image, ///< the psImage to apply transform to35 const psImage* image, ///< the psImage to apply transform to 36 36 psFFTFlags direction ///< the direction of the transform 37 37 ); … … 79 79 */ 80 80 psImage* psImagePowerSpectrum( 81 psImage* out, ///< a psImage to recycle. If NULL, a new psImage is made.82 const psImage* in ///< the psImage to power spectrum of81 psImage* out, ///< a psImage to recycle. If NULL, a new psImage is made. 82 const psImage* in ///< the psImage to power spectrum of 83 83 ); 84 84
Note:
See TracChangeset
for help on using the changeset viewer.
