summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-07-23 23:09:43 +0100
committerNick White <git@njw.name>2020-07-23 23:09:43 +0100
commit1ef9df29fb2d5bb6585e0d0ed99e13a900289e7b (patch)
tree124ddc2d71e3090fa131468cdf22af076a177063 /go.mod
parent6a36400351bea5052431bb1feace358fa67a5cf9 (diff)
Update to v0.2.1 of integralimg, and improve various things
- 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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index cd9d133..b2c2c0c 100644
--- a/go.mod
+++ b/go.mod
@@ -7,5 +7,5 @@ require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
- rescribe.xyz/integralimg v0.1.1
+ rescribe.xyz/integralimg v0.2.1
)