aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-kernel.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>