diff options
author | Nick White <git@njw.name> | 2019-03-28 10:56:48 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-03-28 10:56:48 +0000 |
commit | 66eaf329b5cb774a996a00d9b4c2bfa593ee7fa9 (patch) | |
tree | d061827763dbd3e0195913cc8e872f370e7bfaf4 /binarize/sauvola_test.go | |
parent | 859112b5e1516236b36e4faaa95ab5e4029c2f6c (diff) |
Remove todo for integral image testing for now
Diffstat (limited to 'binarize/sauvola_test.go')
-rw-r--r-- | binarize/sauvola_test.go | 4 |
1 files changed, 0 insertions, 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 -} |