summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2018-10-30 20:34:59 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2018-10-30 20:34:59 +0100
commitec807ea20df859ddf6cfd800db5adbf3f3d5ddd7 (patch)
tree494f07156ca1f555cd5055ed5b490f5143037ed8 /docs
parentf53932a3f2dfdf67f58c2208f2d95d061a5b2df2 (diff)
downloadufo-filters-ec807ea20df859ddf6cfd800db5adbf3f3d5ddd7.tar.gz
ufo-filters-ec807ea20df859ddf6cfd800db5adbf3f3d5ddd7.tar.bz2
ufo-filters-ec807ea20df859ddf6cfd800db5adbf3f3d5ddd7.tar.xz
ufo-filters-ec807ea20df859ddf6cfd800db5adbf3f3d5ddd7.zip
Fix #170: add non-local-means filter
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index fb86c6a..4426182 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -178,7 +178,7 @@ Rotation
Specifies interpolation when a computed pixel coordinate falls between
pixels, can be `nearest` or `linear`.
-
+
Flipping
--------
@@ -523,6 +523,26 @@ Gradient
``both`` or ``both_abs``.
+Non-local-means denoising
+-------------------------
+
+.. gobj:class:: non-local-means
+
+ Reduce noise using Buades' non-local means algorithm.
+
+ .. gobj:prop:: search-radius:uint
+
+ Radius for similarity search.
+
+ .. gobj:prop:: patch-radius:uint
+
+ Radius of patches.
+
+ .. gobj:prop:: sigma:float
+
+ Sigma influencing the Gaussian weighting.
+
+
Stream transformations
======================