Collection of dehaloing VapourSynth functions
from vsdehalo import fine_dehalo
src = ...
dehaloed = fine_dehalo(src)
Install vsdehalo
with the following command:
pip install vsdehalo
Or if you want the latest git version, install it with this command:
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-dehalo.git