From 9aa363afeb30e14a294d9b8838f71834258b11d2 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 4 Aug 2020 13:51:45 +0100 Subject: Add note pointing to renamed version --- README | 3 +++ integralimg.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README b/README index 329fb00..fb811c7 100644 --- a/README +++ b/README @@ -1,5 +1,8 @@ # 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 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 -- cgit v1.2.1-24-ge1ad