diff options
author | Nick White <git@njw.name> | 2020-02-26 17:39:50 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-26 17:39:50 +0000 |
commit | 58d5b93cf895863ee7073b93adea8ee38f56d00e (patch) | |
tree | 29981717f618017ae430546f98a8e6b39a979999 /README | |
parent | 09e3de4d2f6b11a3cde6e1dbfc4ce383755a088f (diff) |
Add golang info
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |