Search found 16 matches

by toasty
2012-12-06T19:10:23-07:00
Forum: Users
Topic: multiplication in the fourier domain
Replies: 10
Views: 14953

multiplication in the fourier domain

I am experimenting with the FFT and implementing convolution through it as detailed on this page: http://www.imagemagick.org/Usage/fourier/fft_math/ The kernel I'm using is a circle generated using IM. This code snippet, modified from the above URL. This is what it's trying to do: Line 1: creates th...