diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/preprocmulti/main.go | 2 | ||||
-rw-r--r-- | cmd/splittable/main.go | 2 |
2 files changed, 2 insertions, 2 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 |