leios / Fable.jl

General purpose animations via iterated function systems
MIT License
28 stars 4 forks source link

Filters should be done via convolutional theorem at larger scales #43

Open leios opened 1 year ago

leios commented 1 year ago

If the filter sizes get too large (~100x100 or larger), it makes more sense to use the convolutional theorem:

ifft(fft(A).*fft(B))