Log in

View Full Version : Need help with weird aliasing.


Grumbledook
18th December 2006, 21:18
Hey

I seem to have stumbled on a problem with aliasing I think.
I tried to apply an anti aliasing filter SAA() but it didn't quite work. If it's not aliasing, could someone tell me what it is?
Here are some screenshots of what I mean (look at jaggy edges around the red hair):

http://home.versatel.nl/jacobtutaj/source.PNG
The Source

http://home.versatel.nl/jacobtutaj/SAA.PNG
With SAA() applied

chipzoller
18th December 2006, 23:40
Maybe it's just with the size of the source image but I see nothing wrong. It looks quite good to my eyes.

Guest
18th December 2006, 23:42
That's what I was thinking too. But everyone says I have bad eyes, so I didn't say anything.

Chainmax
18th December 2006, 23:54
The source might have some verty sutle noise, but it looks ok to me as well.

Terranigma
19th December 2006, 01:06
There's Nothing wrong with your source :D



(which looks like Hentai)

*.mp4 guy
19th December 2006, 11:04
There are some subtle chroma artifacts from the yv12 color space, but otherwise the source is completely fine.

Grumbledook
19th December 2006, 12:15
Hmm OK, if everyone says it's OK then it's OK. Thanks for the advice.

netsnake
19th December 2006, 13:04
That's what I was thinking too. But everyone says I have bad eyes, so I didn't say anything.

:D that's funny~~

martino
19th December 2006, 13:26
I can't see anything wrong with the source, apart from the fact that there is some graining.

Try using RemoveGrain, or Convolution3D...

Or even FFT3DFilter if the above two won't help. If you decide to use FFT3D you might have to end up using some sharpening afterwards (I recommend aWarpSharp).