Re: [ITK-users] Fwd: [ITK] 3D registration with level set motion
Samuel Gerber <[email protected]>
| Newsgroups | gmane.comp.lib.itk.user |
|---|---|
| Message-ID | <CAJjw+_Yx=Z_uNzwWbFjJbH6D0T5L=rjng-aazmHuW76SR=Tuhw@mail.gmail.com> |
I apologize I did not realize you were using a PDE based registration. It is my understanding that for this approach the images need to match in physical space, since the filter operates in way that matches pixel by pixel. There is a few options: 1. You could limit the output region such that they are both fully contained in both images. See: https://itk.org/ITKExamples/src/Core/Common/ApplyAFilterOnlyToASpecifiedRegionOfAnImage/Documentation.html 2. You could pad the smaller image. 3. You could perform an affine registration first and resample the image. -Sam On Thu, Aug 3, 2017 at 12:57 PM, CocoM <[email protected]> wrote: > No I don't think so, it happens after triggering the registration process > (before any iteration) but just once in the beginning and once in the end. > But actually the deformation field is never updated because the physical > spaces don't match so theoretically it's endless. The exception occurs both > times in the function VerifyInputInformation, called by > UpdateOutputInformation (ProcessObject). > > I am not using any optimizer because it's a registration method solving a > PDE iteratively : itkLevelSetMotionRegistrationFilter. It works with a > finite difference resolution scheme, but I can modify the time step, > although I wouldn't really see the point. Any idea? > > Thanks, > Marie > > > > > > -- > View this message in context: http://itk-insight-users. > 2283740.n2.nabble.com/3D-registration-with-level-set- > motion-tp7590137p7590145.html > Sent from the ITK Insight Users mailing list archive at Nabble.com. > _____________________________________ > 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 > -- Samuel Gerber R&D Engineer Kitware, Inc. _____________________________________ 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