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"))
Linux

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

Library Outline