summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTomas Farago <sensej007@email.cz>2019-07-12 12:19:22 +0200
committerTomas Farago <sensej007@email.cz>2020-02-05 10:16:26 +0100
commita10789e252b6dd849f7d8fee016d57132562afad (patch)
tree59ecb6d449b40f5d6d53df3c57642e5c7da8d913 /docs
parent796ba68cfae854736c0adae6cdb56f93ef525e64 (diff)
downloadufo-filters-a10789e252b6dd849f7d8fee016d57132562afad.tar.gz
ufo-filters-a10789e252b6dd849f7d8fee016d57132562afad.tar.bz2
ufo-filters-a10789e252b6dd849f7d8fee016d57132562afad.tar.xz
ufo-filters-a10789e252b6dd849f7d8fee016d57132562afad.zip
NLM: use texture memory
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index c04b536..530ca67 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -542,6 +542,11 @@ Non-local-means denoising
Sigma influencing the Gaussian weighting.
+ .. gobj:prop:: addressing-mode:enum
+
+ Addressing mode specifies the behavior for pixels falling outside the
+ original image. See OpenCL ``sampler_t`` documentation for more information.
+
Horizontal interpolation
------------------------