aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-kernel.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix blind-kernel and blind-temporal-mean,d add blind-{spatial,temporal}-arithm and blind-spatial-mean, and add support for multiple streams in ↵Mattias Andrée2017-07-251-22/+14
| | | | | | blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2017-07-151-5/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors and warnings and make the code cleanerMattias Andrée2017-05-161-9/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors in blind-kernel and add -w to box blur, and update TODOMattias Andrée2017-05-141-21/+88
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add missing default case and use strcasecmp for cheching selecting directionMattias Andrée2017-05-141-11/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add gaussian blur and unshaping kernelsMattias Andrée2017-05-141-5/+76
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-kernelMattias Andrée2017-05-131-0/+137
Signed-off-by: Mattias Andrée <maandree@kth.se>