The list of Python projects  related to image registration is up!

http://pyimreg.github.io/

It’s implemented as a single index.md file in a github repo. I filled in the 
projecs that were mentioned in this thread. If you have more to add, or 
suggestions for improvement, go ahead and make a PR. I think that the 
description about skimage’s support for image registration needs some 
improvement.

Regards,
  Almar


From: Stefan van der Walt
Sent: 31 October 2016 22:12
To: jeff witz; scikit-image
Subject: Re: Nonrigid image registration in Python

Hi Jeff

On Mon, Oct 17, 2016, at 02:15, jeff witz wrote:
For Ndimage, you can find an example of geometric_transform, but it doesn't 
work for me, map_coordinate is not suited for a full image mapping. 

We have accelerated warping implemented for certain kinds of interpolation, but 
fall back to ndimage for more complicated cases.  Inside the transform module, 
there are some examples of how we use map_coordinates underneath the hood.  The 
fast version is implemented in Cython.

Thanks for the new benchmark!

Stéfan

-- 
You received this message because you are subscribed to the Google Groups 
"scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scikit-image+unsubscr...@googlegroups.com.
To post to this group, send email to scikit-image@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/scikit-image/1477948341.1324573.773114217.03CCC86D%40webmail.messagingengine.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scikit-image+unsubscr...@googlegroups.com.
To post to this group, send an email to scikit-image@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/scikit-image/58789a1a.d7052e0a.c921a.5154%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to