From 66eaf329b5cb774a996a00d9b4c2bfa593ee7fa9 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 28 Mar 2019 10:56:48 +0000 Subject: Remove todo for integral image testing for now --- binarize/sauvola_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/binarize/sauvola_test.go b/binarize/sauvola_test.go index 6e767ab..a95b6be 100644 --- a/binarize/sauvola_test.go +++ b/binarize/sauvola_test.go @@ -106,7 +106,3 @@ func TestBinarization(t *testing.T) { }) } } - -func TestIntegralImg(t *testing.T) { - // TODO: compare mean and stddev between integral and basic methods -} -- cgit v1.2.1-24-ge1ad