summaryrefslogtreecommitdiff
path: root/content/posts/adaptive-binarisation/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/adaptive-binarisation/index.md')
-rw-r--r--content/posts/adaptive-binarisation/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/adaptive-binarisation/index.md b/content/posts/adaptive-binarisation/index.md
index 507fa3c..4d0dfd7 100644
--- a/content/posts/adaptive-binarisation/index.md
+++ b/content/posts/adaptive-binarisation/index.md
@@ -98,4 +98,5 @@ The Integral Image support is provided by another package we wrote,
[rescribe.xyz/integral](https://rescribe.xyz/integral) ([docs](https://pkg.go.dev/rescribe.xyz/integral)),
which will also be useful for other image processing tools which
require calculating the mean or standard deviation for different
-areas of an image.
+areas of an image. It includes tests and examples, so should be
+easy to pick up and use for your own projects.