-
Notifications
You must be signed in to change notification settings - Fork 0
A package for using integral images (aka summed area tables) for fast image processing
License
rescribe/integral
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# rescribe.xyz/integral 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. This is a Go package, and can be installed in the standard go way, by running `go get rescribe.xyz/integral` and documentation can be read with the `go doc` command or online at <https://pkg.go.dev/rescribe.xyz/integral>. ## Contributions Any and all comments, bug reports, patches or pull requests would be very welcomely received. Please email them to <[email protected]>. ## License This package is licensed under the GPLv3. See the LICENSE file for more details.
About
A package for using integral images (aka summed area tables) for fast image processing
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published