aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-temporal-mean.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-26 00:24:39 +0200
committerMattias Andrée <maandree@kth.se>2017-07-26 00:24:39 +0200
commitbd8018a737281770159231c060f3bfd30788a430 (patch)
tree0acce3e0bb085cf7c75862960d14e2f10dcee996 /src/blind-temporal-mean.c
parentFix blind-kernel and blind-temporal-mean,d add blind-{spatial,temporal}-arithm and blind-spatial-mean, and add support for multiple streams in blin... (diff)
downloadblind-bd8018a737281770159231c060f3bfd30788a430.tar.gz
blind-bd8018a737281770159231c060f3bfd30788a430.tar.bz2
blind-bd8018a737281770159231c060f3bfd30788a430.tar.xz
Add blind-mean
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-temporal-mean.c')
-rw-r--r--src/blind-temporal-mean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-temporal-mean.c b/src/blind-temporal-mean.c
index 12d0cad..8c442d0 100644
--- a/src/blind-temporal-mean.c
+++ b/src/blind-temporal-mean.c
@@ -2,7 +2,7 @@
#include "common.h"
USAGE("[-g | -h | -l power | -p power | -v]")
-/* TODO add [-w weight-stream] for -l */
+/* TODO add [-w weight-stream] for [-ghlpv] */
/* Because the syntax for a function returning a function pointer is disgusting. */
typedef void (*process_func)(struct stream *stream, void *buffer, void *image, size_t frame);