LAP_julia.jl
Image registration in Julia
Installation
To install paste this into a Julia terminal:
using Pkg; Pkg.add(PackageSpec(url="https://github.com/Kunz-David/LAP_julia"))
The plotting functions use Julia's PyPlot module and Matplotlib has to be installed in your default Python. You can either install Matplotlib in your Python or let Julia use the Python it installed and manages. For that set ENV[PYTHON] to the Python installed by Julia. So something like this, will do the trick:
ENV["PYTHON"] = "..ENTER USER.../.julia/conda/3/bin"
Manual Outline
- Basic Interaction
- First how to generate some images that we can register
- Next we would like to display these generated images and flows
- Registration Functions
- Test Registration Functions