From 014af190c64b2fecbf5d69e9a13e45858e830e81 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 11:37:57 +0100 Subject: Improve documentation throughout --- sauvola.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sauvola.go') diff --git a/sauvola.go b/sauvola.go index c512098..bea78ce 100644 --- a/sauvola.go +++ b/sauvola.go @@ -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) -- cgit v1.2.1-24-ge1ad