Jaded-Encoding-Thaumaturgy / vs-denoise

VapourSynth denoising, regression, and motion compensation functions
MIT License
18 stars 6 forks source link

wrong PelType kernels #110

Closed ghost closed 4 months ago

ghost commented 6 months ago

Mvtools doc lists Peltype = 0 as being Bilinear, 1 as Catmull-Rom, and 2 as a 3 tap Wiener filter (supposedly similar to lanczos)

vsdenoise instead implements these inconsistently, with a Bilinear PelType being completely unimplemented and the Wiener PelType instead being a cubic kernel.