From 58d5b93cf895863ee7073b93adea8ee38f56d00e Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 26 Feb 2020 17:39:50 +0000 Subject: Add golang info --- README | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1-24-ge1ad