[Insight-users] Superclass for multi image registration filter?

Luis Ibanez luis.ibanez at kitware.com
Fri Nov 6 08:06:28 EST 2009


Hi Antoine,

Yes, the class

                      itkProcessObject

is probably the best one to use as base class in this case.

You may find useful to take a look at the hierarchy
of the class:

               itkImageRegistrationMethod

http://public.kitware.com/Insight/Doxygen/html/classitk_1_1ImageRegistrationMethod.html


      Regards,


            Luis


---------------------------------------------
On Tue, Nov 3, 2009 at 5:18 AM, Antoine DUCHAMPS
<antoine.duchamps at gmail.com> wrote:
> Hi all,
>
> My problem is quite simple. I have a single high resolution image, and N
> low resolution images of the brain for the same subject. I'd like to
> write a filter for registering the N LR images to the HR image, but I'm
> not sure about which class to use as super class for my filter ...
> itkProcessObject?
>
> Any advice?
>
> Thanks in advance,
>
> Antoine
>
> _____________________________________
> 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.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
>


More information about the Insight-users mailing list