If you just need translation, I’d recommend the pure-Julia register_translate
:
julia> using RegisterMismatch
help?> register_translate
search: register_translate
shift = register_translate(fixed, moving, maxshift, [thresh]) computes the integer-valued translation which best aligns images fixed and moving. All shifts up to size maxshift are considered.
Optionally specify thresh, the fraction (0<=thresh<=1) of overlap required between fixed and moving (default 0.25).
You’ll want to add HolyLabRegistry (as a registry, not a package) to get it.