Added missing main file

Mon, 18 Nov 2019 17:37:23 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 18 Nov 2019 17:37:23 -0500
changeset 3
957b62860ab4
parent 2
684032c29023
child 4
5c0f579a5d0f

Added missing main file

src/ImageTools.jl file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ImageTools.jl	Mon Nov 18 17:37:23 2019 -0500
@@ -0,0 +1,11 @@
+#################################
+# Tools for mathematical imaging
+#################################
+
+module ImageTools
+
+include("Gradient.jl")
+include("Translate.jl")
+
+end # module
+

mercurial