aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-temporal-mean.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-05Add blind-dual-keyMattias Andrée5-0/+143
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-05Add blind-extract-alphaMattias Andrée8-1/+99
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Fix blind-to-image -fMattias Andrée1-6/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Fix return value of readallMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03update todoMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03blind-cone-gradient: make the singularity's value 0.5Mattias Andrée1-12/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Missed to remove todo from readmeMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Document blind-sinc-waveMattias Andrée2-1/+55
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Document blind-coordinate-field, blind-*-gradient, and blind-*-wave (sinc still pending), and sinus => sineMattias Andrée17-16/+709
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03blind-spiral-gradient: add support for superelliptic sprialsMattias Andrée1-9/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add gradientsMattias Andrée14-0/+1267
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add mod to blind-arithmMattias Andrée3-0/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add blind-normMattias Andrée11-0/+133
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add blind-{,un}premultiply, blind-{dot,cross,quaternion}-product, and blind-vector-projectionMattias Andrée17-0/+673
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-11Fix typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Update todoMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-04Add blind-find-rectangleMattias Andrée5-0/+212
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-04Update todoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03blind-repeat: add -f and fix reading from file bugMattias Andrée3-9/+68
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03There is no reason to add support for pipes in blind-rewrite-headMattias Andrée2-3/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Document blind-cat-rows and blind-cat-colsMattias Andrée5-6/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Fix blind-cat-cols and blind-cat-rows cmdline and document blind-disperse, blind-interleave, blind-split-cols, and blind-split-rowsMattias Andrée12-33/+213
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-interleave, blind-cat-rows, and blind-cat-colsMattias Andrée5-3/+134
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-disperse, blind-split-rows, and blind-split-colsMattias Andrée7-14/+226
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Update todoMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-31blind-stack: add -sMattias Andrée4-7/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-teeMattias Andrée7-2/+91
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Fix blind-from-namedMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Document blind-to-named and blind-from-namedMattias Andrée5-3/+118
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-from-named and blind-to-namedMattias Andrée7-3/+266
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-16Fix errors and warnings and make the code cleanerMattias Andrée51-579/+459
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add blind-tempral-meanMattias Andrée3-1/+200
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Fix errors in blind-kernel and add -w to box blur, and update TODOMattias Andrée2-21/+105
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add missing default case and use strcasecmp for cheching selecting directionMattias Andrée1-11/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add gaussian blur and unshaping kernelsMattias Andrée2-5/+90
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-kernelMattias Andrée3-0/+140
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-make-kernelMattias Andrée6-2/+262
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add man pages for blind-{to,from}-portable and make -s the default (and invert it's meaning)Mattias Andrée8-6/+72
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-to-portable and blind-from-portableMattias Andrée5-1/+331
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Fix errors from the latest commitsMattias Andrée3-7/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Fix warningsMattias Andrée3-4/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Cleaner codeMattias Andrée24-202/+205
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Cleaner codeMattias Andrée37-331/+273
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10blind-flip is optimalMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-09Fix typoMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-09Add padding to struct streamMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-09Fix bug in readall, thanks to Jean-Louis FuchsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-08Improve performance of blind-convertMattias Andrée1-19/+23
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-08Improve performance of blind-flopMattias Andrée2-9/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-08Improve performance and memory usage of blind-transposeMattias Andrée2-17/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>