summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-03-28 10:56:48 +0000
committerNick White <git@njw.name>2019-03-28 10:56:48 +0000
commit66eaf329b5cb774a996a00d9b4c2bfa593ee7fa9 (patch)
treed061827763dbd3e0195913cc8e872f370e7bfaf4
parent859112b5e1516236b36e4faaa95ab5e4029c2f6c (diff)
Remove todo for integral image testing for now
-rw-r--r--binarize/sauvola_test.go4
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
-}