Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-14 | Basic cleanup of preprocmulti | Nick White | |
2019-05-14 | gofmt | Nick White | |
2019-05-14 | Add preprocmulti tool, that outputs multiple binarisation options quickly | Nick White | |
2019-05-13 | Add preproc command, that binarises and preprocesses together | Nick White | |
Surprisingly opening an image takes a significant amount of the total processing time, so this actually saves quite a bit of time in the grand scheme of things. | |||
2019-05-13 | Define flags in each test, so they arent erroneously picked up and used by ↵ | Nick White | |
cmds as they were defined in global package space | |||
2019-05-13 | Use general integralimg functions for wipe functions | Nick White | |
2019-05-13 | Add -slow flag to test to skip slow tests by default | Nick White | |
2019-05-13 | Reorganise image manipulation to separate integral image parts | Nick White | |
Also unify everything else under preproc/ Note that the UsefulImg interface should be used by the main functions, to simplify things, but this hasn't been done yet. | |||
2019-05-13 | Start switching preproc to use interfaces more | Nick White | |
2019-05-13 | Rename cleanup to wipe, and only export main function | Nick White | |
2019-05-13 | Rename cleanup package to preproc, and add basic cmd version | Nick White | |