summaryrefslogtreecommitdiff
path: root/preproc/preprocmulti.go
diff options
context:
space:
mode:
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
}