Jaded-Encoding-Thaumaturgy / vs-dehalo

VapourSynth dehaloing functions
MIT License
7 stars 5 forks source link

smooth_dering mask output #37

Closed nobananasforyou closed 1 year ago

nobananasforyou commented 1 year ago

G'day!

I tested smooth_dering on a source and it behaves differently on an 8bit depth compared to 16bit, the changes can be observed in the output mask. Here's an image comparison along with a test script.

Original Image: org

Image Comparison: https://slow.pics/c/Z1anhLHV

Test Script: s1 = depth(src, 8) s1 = smooth_dering(s1, mrad=1, msmooth=3, minp=2, mthr=40, darkthr=0, contra=0, show_mask=True) s2 = depth(src, 16) s2 = smooth_dering(s2, mrad=1, msmooth=3, minp=2, mthr=40, darkthr=0, contra=0, show_mask=True)

Kind Regards

Setsugennoao commented 1 year ago

Fixed in https://github.com/Irrational-Encoding-Wizardry/vs-dehalo/commit/21bcfc0c85c2ca7606f095eb98606877900165c0