You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: