From cef132388d253dfd75a51b5f94d016ea4cc29b81 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 9 Nov 2020 13:10:16 +0000 Subject: Simplify threshold recommendations --- content/posts/adaptive-binarisation/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/posts/adaptive-binarisation/index.md b/content/posts/adaptive-binarisation/index.md index 4d0dfd7..7cffc6e 100644 --- a/content/posts/adaptive-binarisation/index.md +++ b/content/posts/adaptive-binarisation/index.md @@ -45,8 +45,7 @@ a general *threshold value* called *k*, and the *window size*. The algorithms, essentially setting how aggressive the algorithm should be in removing dark areas, at the expense of potentially removing some parts of text. It can be between 0 and 1, with a higher number -resulting in more aggressive binarisation, and is generally set to -somewhere between 0.05 and 0.4 for scanned books. The *window size* is +resulting in more aggressive binarisation. The *window size* is the number of pixels around each pixel which are taken into account by the algorithm to determine whether to set the pixel to black or white. A larger window size results in less local adjustment for different -- cgit v1.2.1-24-ge1ad