- #36
fizzy
- 193
- 17
OK, I was speaking quickly . DFT is O(n2), which is similar to exp, it's actually super-exponential ; FFT is O(nlogn)mfb said:Most deconvolution techniques don't rise exponentially with the image size, but none of them is perfect.
It still blows up on you quickly if you want to work with Hubble sized images
when experimenting I usually crop down to 512px by 512px to save waiting all day for each test .