[Insight-users] How to set the parameters of
itkMultiResolutionPDEDeformableRegistration
Popa Teo
popateodoru at yahoo.com
Sun Dec 4 18:45:22 EST 2005
Hi,
I'm using itkMultiResolutionPDEDeformableRegistration class for deformable registration of two lung data sets.
1.Anybody knows how can I set the Demons parameters at each step(e.g UseMovingImageGradientOn or SetStandardDeviations )?
Should I use a similar approach with multi res rigid registration where is used RegistrationInterfaceCommand class
and set the values something like
if(multires->GetCurrentLevel()==2)
{
multires->GetRegistrationFilter()->SetStandardDeviations( 20.0 );
}
not sure how actually to set StandardDeviations
2.What are the smoothing factors for deformable filed of multi resolution demons at each step?
Thanks,
Teo
---------------------------------
Yahoo! Personals
Single? There's someone we'd like you to meet.
Lots of someones, actually. Try Yahoo! Personals
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20051204/933320ad/attachment.htm
More information about the Insight-users
mailing list