[Insight-users] Is there way to speed up cross-correlation based deformable registration?
Jian Yang
yaland1977 at gmail.com
Tue Jun 3 10:16:13 EDT 2008
Hi Aviv, Thank you very much for your help.
Jian
Date: Mon, 2 Jun 2008 22:02:09 +0300
From: "Aviv Hurvitz" <aviv.hurvitz at gmail.com>
Subject: Re: [Insight-users] Is there way to speed up
cross-correlation based deformable registration?
To: insight-users at itk.org
Message-ID:
<e25acca30806021202l50d68fa3j4a494ac5b4685b15 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
See if you can use the elastix program (which is based on ITK code).
http://elastix.isi.uu.nl/index.php
It has several speed improvements:
1. You can specify samples.
2. It utilizes the sparse Jacobian of the B-spline transform for faster
computation of the metric gradient.
3. You can use a multiple resolution strategy, both for the images and for
the B-spline transform itself.
- Aviv
On Mon, Jun 2, 2008 at 9:20 PM, Jian Yang <yaland1977 at gmail.com> wrote:
> Hi all,
>
> I'm currently working on deformable registration of CT images. I'm using
> cross-correlation (DeformableRegistration6.cxx) and mutual information
> (DeformableRegistration15.cxx) metrics with a B-Spline Deformable
Transform
> in a 300*208*241 3D image.
>
> It seems that the example DeformableRegistration15.cxx works much faster
> than example DeformableRegistration6.cxx. I guess example
> DeformableRegistration6.cxx is time consuming since it is performed on
the
> whole image. And the Mattes Mutual Information metric works faster because
> it allows to take samples (SetNumberOfSpatialSamples) in the image instead
> of taking all voxels. So, I am wondering is there way to do the same thing
> in the cross-correlation metric to make it faster?
>
> Thank you very much for your reply.
>
>
> Best Regards,
>
>
> Jian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080603/b9cd75fa/attachment.htm>
More information about the Insight-users
mailing list