Log in

View Full Version : Bilateral


mawen1250
19th October 2014, 15:28
Source & Readme (https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral)

r3 Binary: GitHub (https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral/releases) | NMM (http://nmm.me/zr)

Bilateral filter is a spatial de-noise/smooth filter with edge preserving.

mawen1250
8th November 2014, 06:58
Update r3

Bilateral(algorithm=1) and Gaussian() speed up 50%.

shekh
25th September 2017, 18:35
After certain sigma it begins to develop random noise. eg. I used 1280*960 source and
sigma=200 -> obvious noise
sigma=80 -> small but noticeable noise
What is it?