diff options
author | Nick White <git@njw.name> | 2020-11-09 13:10:16 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-11-09 13:10:16 +0000 |
commit | cef132388d253dfd75a51b5f94d016ea4cc29b81 (patch) | |
tree | 04317d52881dbbb334d83c45e6ab00c738d71d0c /content/posts | |
parent | d4a0c471193a33da0f5276b7b8175c999f68960d (diff) |
Simplify threshold recommendations
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/adaptive-binarisation/index.md | 3 |
1 files changed, 1 insertions, 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 |