From 225446c5f06febc9e37764bae416c4bb32b4765a Mon Sep 17 00:00:00 2001 From: Tomas Farago Date: Tue, 25 Jun 2019 08:57:12 +0200 Subject: Document filter-stripes --- docs/filters.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs') diff --git a/docs/filters.rst b/docs/filters.rst index 96a40ea..d962b31 100644 --- a/docs/filters.rst +++ b/docs/filters.rst @@ -801,6 +801,26 @@ Frequency filtering Theta parameter of Faris-Byer filter. +Stripe filtering +---------------- + +.. gobj:class:: filter-stripes + + Filter vertical stripes. The input and output are in 2D frequency domain. + The filter multiplies horizontal frequencies (for frequency ky=0) with a + Gaussian profile centered at 0 frequency. + + Example usage:: + + $ ufo-launch read path=sino.tif ! fft dimensions=2 ! filter-stripes sigma=1 ! ifft dimensions=2 ! write filename=sino-filtered.tif + + .. gobj:prop:: sigma:float + + Filter strength, which is the sigma of the gaussian. Small values, e.g. + 1e-7 cause only the zero frequency to remain in the signal, i.e. + stronger filtering. + + 1D stripe filtering ------------------- -- cgit v1.2.1