Skip to content

Instantly share code, notes, and snippets.

@Setsugennoao
Setsugennoao / fine_dehalo.py
Last active February 20, 2022 16:38 — forked from Ichunjo/fine_dehalo.py
fine_dehalo rewrite
from __future__ import annotations
from math import ceil, floor
from typing import Optional, Sequence
import vapoursynth as vs
from lvsfunc.kernels import BSpline, Lanczos, Mitchell
# https://github.com/Varde-s-Forks/RgToolsVS
from rgvs import minblur, repair
from vsmask.better_vsutil import join, split