summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-26 17:03:40 +0000
committerNick White <git@njw.name>2020-02-26 17:03:40 +0000
commit09e3de4d2f6b11a3cde6e1dbfc4ce383755a088f (patch)
tree65ea3f1ea45717d44e6edd54ab9e45ad729fb488 /README
parente320e069844b8f9c6e5d7e4e407cc90dff3b0f04 (diff)
Add README
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ffc25f1
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+# rescribe.xyz/integralimg package
+
+This package contains methods and structures for dealing with
+Integral Images, aka Summed Area Tables. These are structures
+which precompute the sum of pixels to the left and above each
+pixel, which can make several common image processing
+operations much faster.
+
+# Bugs
+
+The standard deviation and mean functions don't produce precisely
+the same result as those run on non integral images. The difference
+is small enough that it has little effect for most uses, but it
+ought to be identical.
+
+# TODO
+
+Write tests for the package.
+
+# Contributions
+
+Any and all comments, bug reports, patches or pull requests would
+be very welcomely received. Please email them to <nick@rescribe.xyz>.
+
+# License
+
+This package is licensed under the GPLv3. See the LICENSE file for
+more details.