Changeset 2283 for trunk/psLib/src/image
- Timestamp:
- Nov 4, 2004, 12:14:17 PM (22 years ago)
- Location:
- trunk/psLib/src/image
- Files:
-
- 2 edited
-
psImageFFT.c (modified) (2 diffs)
-
psImageFFT.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageFFT.c
r2273 r2283 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-11-04 01:05:00$7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-11-04 22:14:17 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 static psBool p_fftwWisdomImported = false; 29 29 30 psImage* psImageFFT(psImage* out, const psImage* in, psF ftDirectiondirection)30 psImage* psImageFFT(psImage* out, const psImage* in, psFFTFlags direction) 31 31 { 32 32 psU32 numCols; -
trunk/psLib/src/image/psImageFFT.h
r1625 r2283 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004- 08-25 21:10:09$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-04 22:14:17 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 18 18 #include "psImage.h" 19 #include "psVectorFFT.h" // for psF ftDirection19 #include "psVectorFFT.h" // for psFFTFlags 20 20 21 21 /// @addtogroup Transform … … 34 34 psImage* out, ///< a psImage to recycle. If NULL, a new psImage is made. 35 35 const psImage* in, ///< the psImage to apply transform to 36 psF ftDirection direction///< the direction of the transform36 psFFTFlags direction ///< the direction of the transform 37 37 ); 38 38
Note:
See TracChangeset
for help on using the changeset viewer.
