Superclass for multi image registration filter?

View: New views
2 Messages — Rating Filter:   Alert me  

Superclass for multi image registration filter?

by Antoine DUCHAMPS :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Superclass for multi image registration filter?

by Luis Ibanez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...> 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
>
_____________________________________
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