IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

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

    r3264 r4162  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-17 19:26:24 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 23:40:45 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2424/** Forward and reverse FFT calculations.
    2525 *
    26  *  This takes as input the image of interest (in) and the direction 
     26 *  This takes as input the image of interest (in) and the direction
    2727 *  (direction), which is specified by an enumerated type psFftDirection.
    28  *  The input image may be of type psF32 or psC32, the result is always 
    29  *  psC32. If the input vector is psF32, the direction must be forward. 
    30  * 
     28 *  The input image may be of type psF32 or psC32, the result is always
     29 *  psC32. If the input vector is psF32, the direction must be forward.
     30 *
    3131 *  @return psImage* the FFT transformation result
    3232 */
     
    3838
    3939/** extract the real portion of a complex image
    40  * 
     40 *
    4141 *  @return psImage*   real portion of the input image.
    4242 */
     
    4747
    4848/** extract the imaginary portion of a complex image
    49  * 
     49 *
    5050 *  @return psImage*   imaginary portion of the input image.
    5151 */
     
    5656
    5757/** creates a complex image from separate real and imaginary plane images
    58  * 
     58 *
    5959 *  @return psImage*   resulting complex image
    6060 */
     
    6666
    6767/** computes the complex conjugate of an image
    68  * 
     68 *
    6969 *  @return psImage*   the complex conjugate of the 'in' image
    7070 */
     
    7575
    7676/** computes the power spectrum of an image
    77  * 
     77 *
    7878 *  @return psImage*   the power spectrum of the 'in' image
    7979 */
     
    8585/// @}
    8686
    87 #endif
     87#endif // #ifndef PS_IMAGE_FFT_H
Note: See TracChangeset for help on using the changeset viewer.