[ITK-users] Restrict parameters of a transformation to be optimized during registration

Dženan Zukić dzenanz at gmail.com
Sun Sep 25 10:41:12 EDT 2016


Hi Marc-Michel,

the classic solution for such a case is to derive a class
from itkTranslationTransform and re-implement the relevant methods
(TransformPoint, Translate etc). Then supply your transform class instead
of itkTranslationTransform to itkImageRegistrationMethodv4.

Regards,
Dženan

On Sat, Sep 24, 2016 at 2:54 PM, Marc-Michel Rohé <marc-michel.rohe at inria.fr
> wrote:

> Hello,
>
> I am working with the registration pipeline of ITK using 3D images. What I
> would like to do is to register two images with translations but keeping
> the translation with respect to the third dimension at 0 (so find the best
> 2D translation on the axis X and Y mapping two images).
>
> Is there a way to use the ITK classes "itkTranslationTransform" and
> "itkImageRegistrationMethodv4" ?
>
> I have looked at multiple examples and documentation but could not find a
> way to do it easily if not coding a whole new class that performs 2D
> transform in 3D...
>
> Thx !
> _____________________________________
> 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://public.kitware.com/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160925/c52800fb/attachment.html>


More information about the Insight-users mailing list