summaryrefslogtreecommitdiff
path: root/preprocmulti.go
AgeCommit message (Collapse)Author
2020-08-17Fix some error printing in PreProcMulti()v0.4.0Nick White
2020-08-17Add vertical wipe to PreProcMulti(), and improve error messagesNick White
2020-08-04Update to replace integralimg package with integral packageNick White
2020-07-23Update to v0.2.1 of integralimg, and improve various thingsNick White
- Improve integral sauvola by rounding threshold correctly - The Sauvola functions can now process any image.Image, not just an image.Gray - Add ImageWindower interface and use it to generalise wipesides.go - Rely on Bounds() for image bounds rather than implementation- specific stuff in integralimg Note that a couple of the wipesides tests are now failing. It's possible that this is due to fixed or introduced bugs (let's hope the former) changing sensible thresholds. Will need to look into this and sort it.
2020-04-14Improve documentation throughoutNick White
2020-02-26Fix import lines to use new integralimg locationNick White
2020-02-26Add README and GPLv3 LICENSE and mention license in every source fileNick White
2019-10-08Continue separating the repository; remove all but preproc, and move ↵Nick White
integralimg package under it