summaryrefslogtreecommitdiff
path: root/integralimg.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-08-04 13:51:45 +0100
committerNick White <git@njw.name>2020-08-04 13:51:45 +0100
commit9aa363afeb30e14a294d9b8838f71834258b11d2 (patch)
treee38346e83e80c004454644e4fb58c760c618de56 /integralimg.go
parent30b54ffce25c86f3e1c58076f39ef9ace53b0274 (diff)
Add note pointing to renamed versionHEADv0.5.1master
Diffstat (limited to 'integralimg.go')
-rw-r--r--integralimg.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/integralimg.go b/integralimg.go
index d4d25f1..b4afadd 100644
--- a/integralimg.go
+++ b/integralimg.go
@@ -2,6 +2,9 @@
// Use of this source code is governed by the GPLv3
// license that can be found in the LICENSE file.
+// NOTE: This package has been renamed rescribe.xyz/integral -
+// future updates will be there. Please update links.
+//
// 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