summaryrefslogtreecommitdiff
path: root/README
blob: fb811c74c9fea0b3b6eb7202ebf39b7d23df1b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# rescribe.xyz/integralimg package

NOTE: This package has been renamed rescribe.xyz/integral - future
updates will be there. Please update links.

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.

This is a Go package, and can be installed in the standard go way,
by running `go get rescribe.xyz/integralimg` and documentation
can be read with the `go doc` command or online at
<https://pkg.go.dev/rescribe.xyz/integralimg>.

## 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.