diff options
author | Nick White <git@njw.name> | 2019-10-16 18:48:33 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-16 18:48:33 +0100 |
commit | 1327179a1388e26fca276714f5f6f4bcc65785b6 (patch) | |
tree | 062e801737e5891f7f454a897fb3c013a8bdbe50 /content/posts | |
parent | c9bc10f20130bcb56f01f98cb6b915c246a4335f (diff) |
Add final example to introductory binarisation post
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/binarisation-introduction/example-04.png | bin | 0 -> 903834 bytes | |||
-rw-r--r-- | content/posts/binarisation-introduction/index.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/binarisation-introduction/example-04.png b/content/posts/binarisation-introduction/example-04.png Binary files differnew file mode 100644 index 0000000..dd2c64c --- /dev/null +++ b/content/posts/binarisation-introduction/example-04.png diff --git a/content/posts/binarisation-introduction/index.md b/content/posts/binarisation-introduction/index.md index f066c81..5dfbabf 100644 --- a/content/posts/binarisation-introduction/index.md +++ b/content/posts/binarisation-introduction/index.md @@ -63,7 +63,7 @@ than the global threshold. {{< figure src="example-03.png" caption="Example of an image that can't be satisfyingly binarised using any global threshold." >}} -<!-- TODO: image demonstrating global thresholding failing on bad lighting --> +{{< figure src="example-04.png" caption="Example of an image that fails due to uneven page lighting." >}} Both of these criticisms could be addressed by using an algorithm that could alter the threshold according to the conditions of the region on |