diff options
author | Nick White <git@njw.name> | 2020-08-04 13:29:06 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-08-04 13:29:06 +0100 |
commit | 2e923f2991d4070d86bd5d63a5434f30ce570fd3 (patch) | |
tree | abae23f57b2393e7c0375c3cecadf54a6e3fdfd6 /README | |
parent | 30b54ffce25c86f3e1c58076f39ef9ace53b0274 (diff) |
Rename package from integralimg to integralv0.6.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# rescribe.xyz/integralimg package +# rescribe.xyz/integral package This package contains methods and structures for dealing with Integral Images, aka Summed Area Tables. These are structures @@ -7,9 +7,9 @@ pixel, which can make several common image processing operations much faster. This is a Go package, and can be installed in the standard go way, -by running `go get rescribe.xyz/integralimg` and documentation +by running `go get rescribe.xyz/integral` and documentation can be read with the `go doc` command or online at -<https://pkg.go.dev/rescribe.xyz/integralimg>. +<https://pkg.go.dev/rescribe.xyz/integral>. ## Contributions |