[scikit-image] Nonrigid image registration in Python

Kevin Keraudren kevin.keraudren at googlemail.com
Thu Oct 6 15:57:46 EDT 2016


Hi Almar,

Non-rigid registration is available in SimpleITK,

see this example for BSpline registration:
https://github.com/SimpleITK/SimpleITK/blob/master/Examples/Python/ImageRegistrationMethodBSpline1.py

and this example for Demons registration:
https://github.com/SimpleITK/SimpleITK/blob/master/Examples/Python/DemonsRegistration1.py

SimpleITK is on PyPI (https://pypi.python.org/pypi/SimpleITK/0.10.0) and on
conda-forge (https://anaconda.org/simpleitk/simpleitk).

Kind Regards,

Kevin

On Thu, Oct 6, 2016 at 8:29 PM, Jérôme Kieffer <google at terre-adelie.org>
wrote:

> On Thu, 6 Oct 2016 10:21:30 +0200
> <almar.klein at gmail.com> wrote:
>
> > Aside from this announcement, I’d like to propose to put together a list
> of Python packages that do (nonrigid) image registration. Since efforts in
> Python-based image registration have only resulted in relatively small and
> unknown packages, it would be good to have an overview. What would be a
> good place for this? Maybe a wiki-page on scikit-image’s Gitub repo?
>
> Hi Almar,
>
> We have implemented the SIFT algorithm on GPU a few years ago.
> It is now part of the silx toolkit
> https://github.com/silx-kit/silx/blob/master/doc/source/
> Tutorials/Sift/sift.ipynb
>
> Cheers,
>
> Jérôme
> _______________________________________________
> scikit-image mailing list
> scikit-image at python.org
> https://mail.python.org/mailman/listinfo/scikit-image
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20161006/eb12e085/attachment.html>


More information about the scikit-image mailing list