summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-03-22 11:20:58 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-03-22 11:20:58 +0100
commit4aeee141dfb2094f4cf82ea564693897593a7cd2 (patch)
treea40b5d2a3ccf9f1d55bb7592af243f25c07ebcbc /docs
parent421003292bf3148581224cfa746a2faaab70af53 (diff)
downloadufo-filters-4aeee141dfb2094f4cf82ea564693897593a7cd2.tar.gz
ufo-filters-4aeee141dfb2094f4cf82ea564693897593a7cd2.tar.bz2
ufo-filters-4aeee141dfb2094f4cf82ea564693897593a7cd2.tar.xz
ufo-filters-4aeee141dfb2094f4cf82ea564693897593a7cd2.zip
Add unsplit task
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index 3a2765d..f1ad494 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -658,6 +658,20 @@ Color mapping
green and blue color channels using the Viridis color map.
+Splitting channels
+------------------
+
+.. gobj:class:: unsplit
+
+ Turns a three-dimensional image into two-dimensional image by interleaving
+ the third dimension, i.e. [[[XXX],[YYY],[ZZZ]]] is turned into
+ [[XYZ],[XYZ],[XYZ]]. This is useful to merge a separate multi-channel RGB
+ image into a "regular" RGB image that can be shown with ``cv-show``.
+
+ This task adds the ``channels`` key to the output buffer containing the
+ original depth of the input buffer.
+
+
Fourier domain
==============