From d3a63d21c82d44419dd0a9c84c1ec9952fa36983 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 26 Feb 2020 17:05:46 +0000 Subject: Fix import lines to use new integralimg location --- cmd/preprocmulti/main.go | 2 +- cmd/splittable/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') 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 -- cgit v1.2.1-24-ge1ad