|
works fine for me stainless
before:
http://img15.hostingpics.net/pics/9715841201.jpg
after:
http://img15.hostingpics.net/pics/2625187702.jpg
The only thing is that it introduce some kind of white fog (best i can describe it) along the edges.It's faint ,but it's there.
Perhaps a median filter would be best instead of fft3d ?
best results i get so far are with removedirtmc+ fft3d like this:
nonoise = RemoveDirtMC.fft3dfilter(sigma=7.0,sigma2=7.0,sigma3=7.0,sigma4=7.0, bt=1, bw=32, bh=32, ow=16, oh=16,plane=0, sharpen=0.0,interlaced=false,dehalo=0.0)
Last edited by Mounir; 10th April 2014 at 12:31.
|