diff options
author | Nick White <git@njw.name> | 2019-10-22 15:35:32 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-22 15:35:32 +0100 |
commit | 7a1f48d9772d6c427d134bedb567afa5bbfb486b (patch) | |
tree | 2b4c604c98e238572b8e8948a2daa7cd70b8a7d7 | |
parent | 29810679443ccda49afaa81b43266b2b6ff55a57 (diff) |
Fix typo
-rw-r--r-- | content/posts/binarisation-introduction/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/binarisation-introduction/index.md b/content/posts/binarisation-introduction/index.md index a5c07cc..13b27dc 100644 --- a/content/posts/binarisation-introduction/index.md +++ b/content/posts/binarisation-introduction/index.md @@ -60,7 +60,7 @@ foreground pixels is consistent. However, even with the most perfectly chosen threshold number, there are certain cases that no global threshold binarisation can do a good -job at. Pages which been scanned with have uneven lighting do badly, +job at. Pages which have been scanned with uneven lighting do badly, as the background brightness may be quite different for one corner of a page than another. Global threshold binarisation can also have problems with paper or ink inconsistencies, such as blemishes, |