summaryrefslogtreecommitdiff
path: root/util.go
AgeCommit message (Collapse)Author
2020-08-04Improve sauvola window code slightlyNick White
The sauvola and integral image version are still slightly different, irritatingly.
2020-07-27Update wipesides and pggraph to new functions in integralimg, and remove ↵Nick White
experimental splittable
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-05-04Have wipefile do vertical as well as horizontal wipingv0.1.3Nick White
2020-04-14Improve documentation throughoutNick 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