From 014af190c64b2fecbf5d69e9a13e45858e830e81 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 11:37:57 +0100 Subject: Improve documentation throughout --- util.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util.go') diff --git a/util.go b/util.go index 3ce4f84..f0864e9 100644 --- a/util.go +++ b/util.go @@ -10,10 +10,10 @@ import ( "math" ) -// TODO: name better; maybe verb, x-er -// TODO: implement these for regular image, and use them to make -// image functions generic for integral and non- images type UsefulImg interface { + // TODO: name better; maybe verb, x-er + // TODO: implement these for regular image, and use them to make + // image functions generic for integral and non- images MeanWindow() MeanStdDevWindow() } -- cgit v1.2.1-24-ge1ad