From 68ce98bc210e7023bb2421cafd251c368aec23be Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 25 Jun 2019 15:31:45 +0100 Subject: Remove 0.6 binarisation threshold option from preprocmulti --- preproc/cmd/preprocmulti/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preproc/cmd/preprocmulti/main.go b/preproc/cmd/preprocmulti/main.go index 71bf7d5..9f35017 100644 --- a/preproc/cmd/preprocmulti/main.go +++ b/preproc/cmd/preprocmulti/main.go @@ -22,7 +22,7 @@ func autowsize(bounds image.Rectangle) int { } func main() { - ksizes := []float64{0.2, 0.3, 0.4, 0.5, 0.6} + ksizes := []float64{0.2, 0.3, 0.4, 0.5} flag.Usage = func() { fmt.Fprintf(os.Stderr, "Usage: preprocmulti [-bt bintype] [-bw winsize] [-m minperc] [-nowipe] [-ws wipesize] inimg outbase\n") -- cgit v1.2.1-24-ge1ad