summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTomas Farago <sensej007@email.cz>2019-07-15 15:32:26 +0200
committerTomas Farago <sensej007@email.cz>2020-02-05 10:16:26 +0100
commit4539cb2452c5651023286483ce4b6e142cca742e (patch)
treec6d9e7e04a0369b33b055ca6d8e9b150a2ba2636 /docs
parent3e58e1e63d48f6d2809d1f7f2432de87d96c85c3 (diff)
downloadufo-filters-4539cb2452c5651023286483ce4b6e142cca742e.tar.gz
ufo-filters-4539cb2452c5651023286483ce4b6e142cca742e.tar.bz2
ufo-filters-4539cb2452c5651023286483ce4b6e142cca742e.tar.xz
ufo-filters-4539cb2452c5651023286483ce4b6e142cca742e.zip
NLM: add gaussian window
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst7
1 files changed, 7 insertions, 0 deletions
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