diff options
Diffstat (limited to 'util.go')
-rw-r--r-- | util.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() } |