diff options
author | Nick White <git@njw.name> | 2020-11-06 16:29:45 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-11-06 16:29:45 +0000 |
commit | d4a0c471193a33da0f5276b7b8175c999f68960d (patch) | |
tree | 76faca5c8df4b416484edb45087064a61bc3e4d4 /content/posts/adaptive-binarisation | |
parent | cfbecc747c3db15c307168e8b5baa24c80ad7f35 (diff) |
Update integralimg->integral in tools overview, and add a line at the end of adaptive binarisation
Diffstat (limited to 'content/posts/adaptive-binarisation')
-rw-r--r-- | content/posts/adaptive-binarisation/index.md | 3 |
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. |