diff options
author | Nick White <git@njw.name> | 2019-05-14 10:30:35 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-05-14 10:30:35 +0100 |
commit | 2946ba02f25a7ae605464031099580b3ae2ce22c (patch) | |
tree | 292ff2ed50ae5731d20ec8e8a5f5b57c950ea8de /preproc/wipesides.go | |
parent | 3b12c59f37f0dc58ad1886052c03f4c81a2a5b78 (diff) |
gofmt
Diffstat (limited to 'preproc/wipesides.go')
-rw-r--r-- | preproc/wipesides.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc/wipesides.go b/preproc/wipesides.go index 5291d00..04bfa11 100644 --- a/preproc/wipesides.go +++ b/preproc/wipesides.go @@ -12,7 +12,7 @@ import ( // returns the proportion of the given window that is black pixels func proportion(i integralimg.I, x int, size int) float64 { - w := i.GetVerticalWindow(x, size) + w := i.GetVerticalWindow(x, size) return w.Proportion() } |