Changeset 17320 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Apr 4, 2008, 12:44:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r15321 r17320 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-10-17 01:49:12$7 * @version $Revision: 1.32 $ $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 */ … … 141 141 ); 142 142 143 /// Convolve an image with a kernel, using the FFT144 ///145 /// This is appropriate for larger kernels, where the direct convolution is slow. The input image and kernel146 /// are suitably padded to avoid wrap-around effects.147 psImage *psImageConvolveFFT(148 const psImage *in, ///< Image to convolve149 const psImage *mask, ///< Corresponding mask150 psMaskType maskVal, ///< Value to mask151 const psKernel *kernel, ///< kernel to colvolve with152 float pad ///< Value to use to pad the input image153 );154 155 143 /// Convolve a mask image with a kernel, using direct convolution 156 144 ///
Note:
See TracChangeset
for help on using the changeset viewer.
