pyelastix
pyelastix copied to clipboard
Thin wrapper around elastix - a toolbox for rigid and nonrigid registration of images
I tried to register with color images, but it got very strange results. Do you know the reason for this? 
Hi, I want to know if there's any way to get the transformation matrix (print or save it) after the registration is done. It will be very useful for my...
Hi, first of all, thanks for sharing the library! I would like to as you if it is possible to renew this link to get the example image? imageio.imread('https://dl.dropboxusercontent.com/u/1463853/images/chelsea_morph1.png')
Is it possible to use a custom similarity metric with pyelastix?
Dear @almarklein, when I am trying to obtain a copy from http://elastix.isi.uu.nl/, I get the following message: Can’t reach this page. Do you have any suggestion?
Sorry if this is not the appropriate forum, but does this wrapper provide methods for calling transformix from within Python? The pyelastix.register function outputs an image and a deformation field...
Hello, I want to implement a 2D-3D registration case with parameters from this page: http://elastix.bigr.nl/wiki/index.php/Par0013#Application. For this task, I have to use: params.Metric = 'GradientDifference' I have faced the following...
Hi ! Is it possible to get the affine transformation parameters ? From what I understand, they are stored in temporary files and deleted before the register function ends, so...
I'm getting "BufferError: memoryview: underlying buffer is not C-contiguous" when running pyelastix.register on two numpy arrays. Any ideas?
Hi @almarklein , I was wondering what is the current status of this package? Do you have any plans to maintain and/or further develop the wrapper? I'm potentially interested in...