diff options
author | Nick White <git@njw.name> | 2021-07-23 16:11:14 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-07-23 16:11:14 +0100 |
commit | 3475f12095dec658fc2cc86f171d6cfa5cab6f21 (patch) | |
tree | 91bf163457b2c962fafe21feaf92b108926f6d6c /sauvola.go | |
parent | 54510d7c797682d37b1bb0d62d8bb7c3f5951388 (diff) |
gofmt
Diffstat (limited to 'sauvola.go')
-rw-r--r-- | sauvola.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,5 +80,5 @@ func PreCalcedSauvola(intImg integral.Image, intSqImg integral.SqImage, img imag func centeredRectangle(x, y, size int) image.Rectangle { step := size / 2 - return image.Rect(x - step - 1, y - step - 1, x + step, y + step) + return image.Rect(x-step-1, y-step-1, x+step, y+step) } |