IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 6:23:57 PM (19 years ago)
Author:
Paul Price
Message:

Fixes so it compiles. psVector FFTs don't work yet --- need to fix N/2 problem, in the same manner as psImage FFTs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fft/psImageFFT.h

    r11703 r11704  
    55/// @author Robert DeSonia, MHPCC
    66///
    7 /// @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    8 /// @date $Date: 2007-02-08 04:17:58 $
     7/// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     8/// @date $Date: 2007-02-08 04:23:57 $
    99/// Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010///
     
    5454/// of the output image are returned.  Only implemented for F32 input.
    5555bool psImageComplexMultiply(psImage **outReal, ///< Real part of output
    56                             psimage **outImag, ///< Imaginary part of output
     56                            psImage **outImag, ///< Imaginary part of output
    5757                            const psImage *in1Real, ///< Real part of input 1
    5858                            const psImage *in1Imag, ///< Imaginary part of input 1
Note: See TracChangeset for help on using the changeset viewer.