Thread: About Denoisers
View Single Post
Old 21st April 2013, 12:09   #7  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
something like this maybe help
Code:
a=last
g_mask=mt_lut("x 128 >= 255 x 16 <= 0 x 16 - 255 * 112 / ? ?")
denoise=smdegrain ()
mt_merge(a,denoise,g_mask)
the effect is do denoise unconditionally if Y value > 128
gradually decrease the strength of denosing if Y value < 128
and do nothing if Y value < 16

Last edited by feisty2; 21st April 2013 at 12:14.
feisty2 is offline   Reply With Quote