diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-07-26 00:24:39 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-07-26 00:24:39 +0200 |
| commit | bd8018a737281770159231c060f3bfd30788a430 (patch) | |
| tree | 0acce3e0bb085cf7c75862960d14e2f10dcee996 /src/blind-spatial-mean.c | |
| parent | Fix 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) | |
| download | blind-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-spatial-mean.c')
| -rw-r--r-- | src/blind-spatial-mean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-spatial-mean.c b/src/blind-spatial-mean.c index 848af2d..b4e54e5 100644 --- a/src/blind-spatial-mean.c +++ b/src/blind-spatial-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); |
