View Full Version : Filter Help


pinoy
4th March 2011, 19:30
what filters should i use to fix these problems?

http://img263.imageshack.us/img263/456/88937092.png
http://img819.imageshack.us/img819/54/outcomeq.png

thanks and any help would be appreciated

Didée
4th March 2011, 19:47
Spontaneous ideas:

1) bicubicresize(64,32).bicubicresize(width,height,1,0)
=> All artifacts are gone. :)


2) Also, give a try on this: ReadForumRules(mode="precisely")

Virtualdubmod
4th March 2011, 20:24
==> Hard Denoising may Help, which can easily remove the dirty artifacts. But may Damage the details as well.

Two Example's:

fft3dfilter(plane=4,sigma=10,sigma2=3.5,sigma3=10,sigma4=20)
degrainmedian(limitY=2,limitUV=4,mode=3)
http://img855.imageshack.us/img855/7906/1try.png
fft3dGPU(plane=4,sigma=10,sigma2=3.5,sigma3=10,sigma4=10,sharpen=1)
http://img233.imageshack.us/img233/6131/2try.png

2 different filter, but similare work FFT3DGPU is bitt more heavy then FFT3DFILTER. Let me know if it was usefull in any way
Or Didee solution might be better, then this

Nephilis
7th March 2011, 14:27
Spontaneous ideas:
1) bicubicresize(64,32).bicubicresize(width,height,1,0)
=> All artifacts are gone. :)


@Didée,

This bicubicresize process is similar to unsharpmasking with radius =20, right?