[Insight-users] (no subject)

Luis Ibanez luis.ibanez at kitware.com
Wed Jul 9 17:43:56 EDT 2008


Hi Shoosh,

Nope.

You are looking at two independent registration frameworks.

The PDE-based registration components are not exchangeable
with the Multi-Resolution pyramid framework.

You may want to look at the examples:

        Insight/Examples/Registration
            MultiResImageRegistration1.cxx
            MultiResImageRegistration2.cxx


    Regards,


        LUis


--------------------
shoosh moosh wrote:
> Guys,
> Is there a way to cast from MultiResRegistrationFilterType to TransformType?
> I'm trying to set the transform here:
> 
>   typedef itk::BSplineDeformableTransform < CoordinateRepType, SpaceDimension, SplineOrder>     TransformType;
>   TransformType::Pointer  transform = TransformType::New();
>   ...
>   ...
>   ...
>   typedef itk::MultiResolutionPDEDeformableRegistration < InternalImageType, InternalImageType, DeformationFieldType> MultiResRegistrationFilterType;
>   MultiResRegistrationFilterType::Pointer multires = MultiResRegistrationFilterType::New();
>  
>   multires->SetTransform( transform );
> 
> The last line give me an error because SetTransform is not a member function of the object multires's class.
> 
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list