I have been trying to use the itkLevelSetMotionRegistrationFilter with the <br>
MultiResolutionPDEDeformableRegistration framework.<br>
<br>
Unfortunately, I got core dump after the registration at the coarest level was finished and when the next finer level begins.<br>
<br>
After some debugging, I found that the bug was due to the&nbsp; member
&quot;m_SmoothMovingImageInterpolator&quot; of the
LevelSetMotionRegistrationFunction class not properly updated during
the resolution transition.<br>
<br>
Although the fixed and moving images have been updated to the finer
level, the&nbsp; buffered region of&nbsp;
m_SmoothMovingImageInterpolator still keeps the size of the coarest
resolution. <br>
<br>
Could anyone please tell me how to get around this problem? How to make
sure that the smoothed moving image is properly updated every time?<br>
<br>
Thanks,<br>
Xiao<br>
<br>
<br>