Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2015-02-09 05:19:04 +0300
committerSoumith Chintala <soumith@gmail.com>2015-02-09 05:19:04 +0300
commitf7d40bf646abea47d083799107587d59bf021ea4 (patch)
tree24ebb3828a62b6fd2758294daa8c9db47a83362d
parentd88cb413af3c40ba91e15b7fab9885168f805896 (diff)
new module style returning image table
-rwxr-xr-xinit.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 9663460..63fce8c 100755
--- a/init.lua
+++ b/init.lua
@@ -1835,3 +1835,4 @@ function image.dilate(im,kern,pad)
return conv:gt(0):typeAs(im)
end
+return image