summaryrefslogtreecommitdiff
path: root/preproc/preprocmulti.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-10-02 12:34:34 +0100
committerNick White <git@njw.name>2019-10-02 12:34:34 +0100
commita837c7ff966016f0f18f84d988bf441024d3ff5a (patch)
treed2a1a826b5fd96fcf95fb7366eefdc5c00471846 /preproc/preprocmulti.go
parent94352c6124aed2d85cfb21e83c0dafb6f918fb7d (diff)
gofmt
Diffstat (limited to 'preproc/preprocmulti.go')
-rw-r--r--preproc/preprocmulti.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc/preprocmulti.go b/preproc/preprocmulti.go
index e38d0d7..2e7cb06 100644
--- a/preproc/preprocmulti.go
+++ b/preproc/preprocmulti.go
@@ -73,7 +73,7 @@ func PreProcMulti(inPath string, ksizes []float64, binType string, binWsize int,
}
if wipe {
- clean = Wipe(threshimg.(*image.Gray), wipeWsize, k * 0.02, wipeMinWidthPerc)
+ clean = Wipe(threshimg.(*image.Gray), wipeWsize, k*0.02, wipeMinWidthPerc)
} else {
clean = threshimg
}