[Insight-users] registering 2d images with given LabelObject (or binary mask)

brian avants stnava at gmail.com
Thu May 31 12:34:01 EDT 2012


hi arnaud

the following test shows how you might achieve your goal with an image
+ binary mask:

itkMattesMutualInformationImageToImageMetricv4RegistrationTest.cxx

it computes an affine registration which is followed by a displacement
field registration.

the way you would use the binary mask is to select points over which
the registration optimization is performed.

see the parts of the example/test that set up the 'pset' variable.

best,

brian



On Thu, May 31, 2012 at 8:30 AM, Arnaud Gelas <arnaudgelas at gmail.com> wrote:
> Hi all,
>
> I would like to register part of a 2d image to another part of a 2d image.
>
> I have
>
> 1 image 2D with a given LabelObject or binary mask (if it helps in any way)
> (fixed)
> 1 image 2D with a given LabelObject or binary mask (if it helps in any way)
> (moving)
>
> and I would like to find the deformation field inside the given LabelObject
> (or binary mask).
>
> The deformation would be a composed of a rigid transformation, followed by a
> deformable one.
>
> Can anyone point me to an example or some guidelines I could follow to
> implement such a thing, please?
>
> Thanks in advance,
> Arnaud
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> 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
>


More information about the Insight-users mailing list