Currently working on Julia v1.1 and v1.2.
]add https://github.com/cj-mclaughlin/ITK.jl
using ITK
There is currently four parameterized translation registration functions, and two simple test registration functions. Currently working on an option to pass in Julia image arrays, as opposed to only passing in paths to images saved on disk. If there are any specific functions that you would like ported to Julia, feel free to message me directly or write up an issue.
All functions have verbose docstrings. See them at src/ITK.jl or through the Julia REPL by entering ?
followed by the function name.
Tested on Ubuntu 16.04 as well as 18.04. Mac/Windows compatibility uncertain. Looking to compile backwards and multi-platform in the future.