logo Sign In

Post #599925

Author
g-force
Parent topic
GOUT Bugs (and DUDSbtEoEE)
Link to post in topic
https://originaltrilogy.com/post/id/599925/action/topic#599925
Date created
3-Oct-2012, 8:57 PM

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