diff options
-rw-r--r-- | cmd/preprocmulti/main.go | 2 | ||||
-rw-r--r-- | cmd/splittable/main.go | 2 | ||||
-rw-r--r-- | preprocmulti.go | 2 | ||||
-rw-r--r-- | sauvola.go | 2 | ||||
-rw-r--r-- | wipesides.go | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cmd/preprocmulti/main.go b/cmd/preprocmulti/main.go index aeac767..ca7799f 100644 --- a/cmd/preprocmulti/main.go +++ b/cmd/preprocmulti/main.go @@ -17,7 +17,7 @@ import ( "os" "rescribe.xyz/preproc" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // TODO: do more testing to see how good this assumption is diff --git a/cmd/splittable/main.go b/cmd/splittable/main.go index e6df94a..9055cf8 100644 --- a/cmd/splittable/main.go +++ b/cmd/splittable/main.go @@ -14,7 +14,7 @@ import ( "log" "os" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) const usage = `Usage: splittable [-t thresh] [-w winsize] inimg outbase diff --git a/preprocmulti.go b/preprocmulti.go index f4f7fbf..427ffe7 100644 --- a/preprocmulti.go +++ b/preprocmulti.go @@ -15,7 +15,7 @@ import ( "os" "strings" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // TODO: do more testing to see how good this assumption is @@ -8,7 +8,7 @@ import ( "image" "image/color" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // Implements Sauvola's algorithm for text binarization, see paper diff --git a/wipesides.go b/wipesides.go index 79a68b8..3bedf67 100644 --- a/wipesides.go +++ b/wipesides.go @@ -17,7 +17,7 @@ import ( "image/png" "os" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // returns the proportion of the given window that is black pixels |