summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-26 17:39:50 +0000
committerNick White <git@njw.name>2020-02-26 17:39:50 +0000
commit58d5b93cf895863ee7073b93adea8ee38f56d00e (patch)
tree29981717f618017ae430546f98a8e6b39a979999
parent09e3de4d2f6b11a3cde6e1dbfc4ce383755a088f (diff)
Add golang info
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index ffc25f1..08c48bd 100644
--- a/README
+++ b/README
@@ -6,6 +6,9 @@ which precompute the sum of pixels to the left and above each
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` once go is installed.
+
# Bugs
The standard deviation and mean functions don't produce precisely