src/ImageTools.jl

Tue, 19 Nov 2019 09:35:42 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 19 Nov 2019 09:35:42 -0500
changeset 5
29b38780d52b
parent 3
957b62860ab4
child 9
1cffd3d07fe2
permissions
-rw-r--r--

Add precompilation hints. Do they help or not?

#################################
# Tools for mathematical imaging
#################################

module ImageTools

include("Gradient.jl")
include("Translate.jl")

end # module

mercurial