View Single Post
Old 26th May 2014, 18:25   #4  |  Link
bxyhxyh
Registered User
 
Join Date: Dec 2011
Posts: 354
New version

To avoid
Code:
lsfmod()
dehalo_blah()
It now internally sharpens the video before removes halo, if sharpness is higher than 0.
But it have only sharptype (defaults) and sharpness (strength) parameters for lsfmod().

Code above is now
Code:
dehalo_blah(sharpness=100,sharptype="fast")
Also changed default value of rx and ry to 2. (was 3)

Last edited by bxyhxyh; 26th May 2014 at 18:49.
bxyhxyh is offline   Reply With Quote