summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2022-11-17Merge remote-tracking branch 'ssh/master'HEADv0.4.3masterNick White
2022-11-17Upgrade integral package to prevent possible panicNick White
2021-04-12Update go-chart dependency (should solve issues with bad go-sdk version)v0.4.2Nick White
2020-08-04Update to replace integralimg package with integral packageNick White
2020-07-27Update pggraph documentation and update integralimg versionv0.3.0Nick White
2020-07-26Switch to integralimg 0.3.0 and use the new functions for integral sauvolaNick 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-07-20Add pggraph toolNick White
2020-04-14Update integralimg dependencyv0.1.2Nick White
2020-02-27Add go.mod and go.sum for v0.1.0v0.1.0Nick White