From d715fb145e1402c6fa2dbc02cebb323e8b6ea976 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 12:03:13 +0100 Subject: Improve documentation --- integralimg.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integralimg.go b/integralimg.go index 007e2c6..d9bd38f 100644 --- a/integralimg.go +++ b/integralimg.go @@ -2,6 +2,10 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// integralimg is a package for processing 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. package integralimg import ( -- cgit v1.2.1-24-ge1ad