Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have an image I want to denoise using the FFT feature of ImageMagick.
The image:
This is btw taken from a film by German director, Rainer Erler ('Die Delegation'). The 'aliens' are actors with a special make-up. Mr. Erler kindly gave me permission to use this still, which is unfortunately very noisy.
That FFT denoising technique will only remove noise that has a regular pattern. Your image does not qualify for the approach and is way to randomly grainy. You will have to use typical spatial domain median filtering or averaging. Or you can try -despeckle or -enhance or -kuwahara or -cmeans processing.