HymnToLife
20th March 2009, 00:12
Hi folks :)
As the title says, how would I go about denoising something like this (http://itsuki.fkraiem.org/stuff/spicy.orig.png)? (I'm also downscaling it to 1280x720 since it's very bad as is.)
Here's what I've tried so far:
Crop(0, 0, -2, -0)
FFT3DGPU(sigma=5, sigma2=5.5, sigma3=6, sigma4=7.5, plane=1)
Spline64Resize(width(last)*2, height(last)*2)
TurnLeft().SangNom(aa=255).TurnRight().SangNom(aa=255)
Spline36Resize(1280, 720)
LimitedSharpenFaster(edgemode=1, strength=175, overshoot=1, soft=20)
Toon(.6)
and here (http://itsuki.fkraiem.org/stuff/spicy.filtered.png)'s the result. A bit better, but I'm sure it can be improved.
Thanks for the help :)
As the title says, how would I go about denoising something like this (http://itsuki.fkraiem.org/stuff/spicy.orig.png)? (I'm also downscaling it to 1280x720 since it's very bad as is.)
Here's what I've tried so far:
Crop(0, 0, -2, -0)
FFT3DGPU(sigma=5, sigma2=5.5, sigma3=6, sigma4=7.5, plane=1)
Spline64Resize(width(last)*2, height(last)*2)
TurnLeft().SangNom(aa=255).TurnRight().SangNom(aa=255)
Spline36Resize(1280, 720)
LimitedSharpenFaster(edgemode=1, strength=175, overshoot=1, soft=20)
Toon(.6)
and here (http://itsuki.fkraiem.org/stuff/spicy.filtered.png)'s the result. A bit better, but I'm sure it can be improved.
Thanks for the help :)