Changeset 17320 for trunk/psLib/src/fft/psImageFFT.h
- Timestamp:
- Apr 4, 2008, 12:44:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psImageFFT.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psImageFFT.h
r11704 r17320 5 5 /// @author Robert DeSonia, MHPCC 6 6 /// 7 /// @version $Revision: 1. 9$ $Name: not supported by cvs2svn $8 /// @date $Date: 200 7-02-08 04:23:57$7 /// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 8 /// @date $Date: 2008-04-04 22:44:56 $ 9 9 /// Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 /// … … 14 14 15 15 #include "psImage.h" 16 #include "psImageConvolve.h" 16 17 17 18 /// @addtogroup MathOps Mathematical Operations … … 61 62 ); 62 63 64 /// Convolve an image with a kernel, using the FFT 65 /// 66 /// This is appropriate for larger kernels, where the direct convolution is slow. The input image and kernel 67 /// are suitably padded to avoid wrap-around effects. 68 psImage *psImageConvolveFFT( 69 psImage *out, ///< Output image, or NULL 70 const psImage *in, ///< Image to convolve 71 const psImage *mask, ///< Corresponding mask 72 psMaskType maskVal, ///< Value to mask 73 const psKernel *kernel ///< kernel to colvolve with 74 ); 75 63 76 /// @} 64 77 #endif // #ifndef PS_IMAGE_FFT_H
Note:
See TracChangeset
for help on using the changeset viewer.
