<div dir="ltr">Hi Almar,<div><br></div><div>Non-rigid registration is available in SimpleITK,</div><div><br></div><div>see this example for BSpline registration:</div><div><a href="https://github.com/SimpleITK/SimpleITK/blob/master/Examples/Python/ImageRegistrationMethodBSpline1.py">https://github.com/SimpleITK/SimpleITK/blob/master/Examples/Python/ImageRegistrationMethodBSpline1.py</a><br></div><div><br></div><div>and this example for Demons registration:</div><div><a href="https://github.com/SimpleITK/SimpleITK/blob/master/Examples/Python/DemonsRegistration1.py">https://github.com/SimpleITK/SimpleITK/blob/master/Examples/Python/DemonsRegistration1.py</a><br></div><div><br></div><div>SimpleITK is on PyPI (<a href="https://pypi.python.org/pypi/SimpleITK/0.10.0">https://pypi.python.org/pypi/SimpleITK/0.10.0</a>) and on conda-forge (<a href="https://anaconda.org/simpleitk/simpleitk">https://anaconda.org/simpleitk/simpleitk</a>).</div><div><br></div><div>Kind Regards,</div><div><br></div><div>Kevin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 6, 2016 at 8:29 PM, Jérôme Kieffer <span dir="ltr"><<a href="mailto:google@terre-adelie.org" target="_blank">google@terre-adelie.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 6 Oct 2016 10:21:30 +0200<br>
<<a href="mailto:almar.klein@gmail.com">almar.klein@gmail.com</a>> wrote:<br>
<br>
> 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?<br>
<br>
</span>Hi Almar,<br>
<br>
We have implemented the SIFT algorithm on GPU a few years ago.<br>
It is now part of the silx toolkit<br>
<a href="https://github.com/silx-kit/silx/blob/master/doc/source/Tutorials/Sift/sift.ipynb" rel="noreferrer" target="_blank">https://github.com/silx-kit/<wbr>silx/blob/master/doc/source/<wbr>Tutorials/Sift/sift.ipynb</a><br>
<br>
Cheers,<br>
<br>
Jérôme<br>
______________________________<wbr>_________________<br>
scikit-image mailing list<br>
<a href="mailto:scikit-image@python.org">scikit-image@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/scikit-image" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/scikit-image</a><br>
</blockquote></div><br></div>