[Insight-users] Initial vector field for deformable registration

Karthik Krishnan karthik.krishnan at kitware.com
Fri Jul 10 14:25:49 EDT 2009


On Fri, Jul 10, 2009 at 12:59 PM, Jochen Cammin <jcammin1 at jhmi.edu> wrote:

> Should I take the silence on this subject as a sign that it is not possible
> to initialize the parameters of an optimizer other than zero?


You can initialize Demons registration with an initial deformation field.
The API is as simple as :

  demonsRegistrationFilter->SetInitialDeformationField( fieldImage );



>
> Thank you,
> Jochen
>
>
> Jochen Cammin wrote:
>
>> Hello,
>>
>> I'm fairly new to ITK and want to use it for 4D image registration. I
>> modified the example DeformableRegistration2 to my needs (changing the
>> dimension from 2 to 4) and it works well.
>>
>> I assume that the initial deformation parameters are all set to 0. In my
>> case, however, I do have an estimate for the initial deformation in
>> terms of an initial motion vector field (a 3D image with vectors as
>> pixel types). Is it possible to initialize the deformation with this
>> vector field?
>>
>> I saw that other examples (like DeformableRegistration7) explicitly
>> initialize the deformation parameters with zeros by calling
>> parameters.Fill( 0.0 ). But it is not obvious to me how I would
>> translate the vector field into deformation parameters.
>>
>> Thank you,
>> Jochen
>>
>>
>>
>> _____________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-users
>>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>



-- 
Karthik Krishnan
R&D Engineer,
Kitware Inc.
Ph: 518 881 4919
Fax: 518 371 4573
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090710/669fafc4/attachment.htm>


More information about the Insight-users mailing list