From 4539cb2452c5651023286483ce4b6e142cca742e Mon Sep 17 00:00:00 2001 From: Tomas Farago Date: Mon, 15 Jul 2019 15:32:26 +0200 Subject: NLM: add gaussian window --- docs/filters.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/filters.rst b/docs/filters.rst index 9d6fed0..d0ef056 100644 --- a/docs/filters.rst +++ b/docs/filters.rst @@ -548,6 +548,13 @@ Non-local-means denoising Noise standard deviation, improves weights computation. + .. gobj:prop:: window:boolean + + Apply Gaussian profile with :math:`\sigma = \frac{P}{2}`, where :math:`P` + is the gobj:prop:`patch-radius` parameter to the weight computation + which decreases the influence of pixels towards the corners of the + patches. + .. gobj:prop:: addressing-mode:enum Addressing mode specifies the behavior for pixels falling outside the -- cgit v1.2.1