diff options
Diffstat (limited to 'sauvola.go')
-rw-r--r-- | sauvola.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,8 +59,8 @@ func IntegralSauvola(img *image.Gray, ksize float64, windowsize int) *image.Gray } // PreCalcedSauvola Implements Sauvola's algorithm using precalculated Integral Images -// TODO: have this be the root function that the other two reference func PreCalcedSauvola(integrals integralimg.WithSq, img *image.Gray, ksize float64, windowsize int) *image.Gray { + // TODO: have this be the root function that the other two reference b := img.Bounds() new := image.NewGray(b) |