Changes between Version 18 and Version 19 of Examples/Fft2dHighpass


Ignore:
Timestamp:
May 17, 2010, 8:23:49 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/Fft2dHighpass

    v18 v19  
    11= fft2d-highpass =
    22
    3 Applies a highpass filter to a BMP image, using a recursive, radix-2 Decimation In Iime (DIT) [http://en.wikipedia.org/wiki/Fast_fourier_transform Fast Fourier Transform]. The first argument is the lower cutoff frequency.
     3Applies a highpass filter to a BMP image, using a recursive, radix-2 Decimation In Time (DIT) [http://en.wikipedia.org/wiki/Fast_fourier_transform Fast Fourier Transform]. The first argument is the lower cutoff frequency.
    44
    55Each of the RGB channels is converted to the frequency domain, the lower frequencies are set to zero, then the channels are converted back to the image domain.