Commit Graph

15 Commits

Author SHA1 Message Date
998fbe3d2e [TASK] Finalize canny edge partials. 2016-01-05 17:40:14 +01:00
3194a084e6 [TASK] Move gauss filter function to private section. 2016-01-05 17:32:25 +01:00
deb273cc4a [TASK] Begin segmenting canny edge into steps. 2016-01-05 17:24:52 +01:00
94e32cd4b9 [TASK] Implement real gauss filter, fix the whole thing up. 2016-01-05 17:08:48 +01:00
6f70f12946 [TASK] Switch around black/white for canny edge result. 2016-01-05 15:58:58 +01:00
db28e00f23 [TASK] Patch bad xor with and. Whoops. 2016-01-05 15:58:40 +01:00
04c9b4b3f4 [TASK] Parameterize gauss filter size. 2015-12-20 17:24:40 +01:00
09c9390f42 [TASK] Fix up the gauss filter weights. 2015-12-20 17:20:42 +01:00
000a2be162 [TASK] Finish up very first working version of canny edge algorithm. 2015-12-20 17:13:58 +01:00
e7fb9cdbb1 [TASK] Finish concept of canny edge. 2015-12-18 16:34:47 +01:00
0ba9cdd25c [BUGFIX] Fixed a segfault, fixed bad initialization of malloc'd space. 2015-12-18 15:00:05 +01:00
9c3cceef31 [TASK] Begin implementing basic gradiant parts for canny edge. 2015-12-18 14:31:40 +01:00
57b4ab7b4d [TASK] Finish up gaussian blur filter implementation. 2015-12-18 14:18:36 +01:00
55b07d48cb [TASK] Implement generic gaussian blur filter. 2015-12-18 14:06:09 +01:00
bd07eb280c [TASK] Add a machine for canny edge. 2015-12-18 13:16:13 +01:00