[ITK] Create an itk transform file from a vector image

Matt McCormick matt.mccormick at kitware.com
Sat Aug 16 14:17:49 EDT 2014


Hi Maxime,

You can read in the vector image with an itk::ImageFileReader, then
create a DisplacementFieldTransform out of it with
SetDisplacementField [1].

HTH,
Matt

[1] http://www.itk.org/Doxygen/html/classitk_1_1DisplacementFieldTransform.html#ab0b5ac8b6792ed0acddbd0a6666b39d2

On Sat, Aug 16, 2014 at 10:18 AM, Maxime Taquet <mtaquet at gmail.com> wrote:
> Hi all,
>
> I am trying to create an itk transform file (tfm file) representing a dense deformation field that itkTransformFileReader can open from a vector image (stored as a nrrd file) that contains the deformation field and the geometry of the image. Would you know how to do this?
>
> Thank you,
> Maxime
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community



More information about the Community mailing list