Changeset 29592 for trunk/psLib/src/fft/psImageFFT.h
- Timestamp:
- Oct 28, 2010, 5:37:34 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psImageFFT.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psImageFFT.h
r28998 r29592 84 84 ); 85 85 86 /// Convolve an image with a kernel, using the FFT, applying a window function 87 /// 88 /// This is appropriate for larger kernels, where the direct convolution is slow. The input image and kernel 89 /// are suitably padded to avoid wrap-around effects. 90 psImage *psImageConvolveFFTwithWindow( 91 psImage *out, ///< Output image, or NULL 92 const psImage *in, ///< Image to convolve 93 const psImage *mask, ///< Corresponding mask 94 psImageMaskType maskVal, ///< Value to mask 95 const psKernel *kernel ///< kernel to convolve with 96 ); 97 86 98 /// Allocate an the psKernelFFT structure 87 99 psKernelFFT *psKernelFFTAlloc(
Note:
See TracChangeset
for help on using the changeset viewer.
