diff options
author | Nick White <git@njw.name> | 2019-10-02 18:23:32 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-02 18:23:32 +0100 |
commit | 37c58434bde205394c1550aee32d3621ac3ba182 (patch) | |
tree | 6981660381d5f7cc3936148f85dec774f2ebd1ee /content/posts/binarisation-introduction | |
parent | 793e85d3361697f0071737b1317dea2097c96979 (diff) |
Add menu items, and improve wording slightly
Diffstat (limited to 'content/posts/binarisation-introduction')
-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 1c5a469..085b8c5 100644 --- a/content/posts/binarisation-introduction/index.md +++ b/content/posts/binarisation-introduction/index.md @@ -63,4 +63,4 @@ which are darker than the threshold. Both of these criticisms could be addressed by using an algorithm that could alter the threshold according to the conditions of the region on the page. That will be covered in the next blog post, -[Adaptive Binarisation]({{< ref "binarisation-adaptive.md" >}}). +[Adaptive Binarisation](/posts/adaptive-binarisation). |