logo Sign In

Post #599926

Author
AntcuFaalb
Parent topic
GOUT Bugs (and DUDSbtEoEE)
Link to post in topic
https://originaltrilogy.com/post/id/599926/action/topic#599926
Date created
3-Oct-2012, 9:01 PM

g-force said:

it's actually a combination of a temporal smoother and median filter (like clense). If I had to guess, from what I remember, it's probably:

median(current frame, average of about 12 previous frames, median(current, previous,next))

Median filters are non-linear, and cannot be undone.

-G

Yuck :-(

Simple frame-blending can be undone, but if what you say is true, then it's screwed.