[Insight-users] Small Bug in itk::IterativeInverseDeformationFieldImageFilter

Bill Lorensen bill.lorensen at gmail.com
Mon Feb 15 10:19:29 EST 2010


Gerald,

Definitely a bug. I've checked in a fix. The number of pixels to be
processed was multiplied by the number of iterations.
http://public.kitware.com/cgi-bin/viewcvs.cgi/Code/BasicFilters/itkIterativeInverseDeformationFieldImageFilter.txx?root=Insight&r1=1.10&r2=1.11&sortby=date

Bill

On Mon, Feb 15, 2010 at 5:58 AM, Lodron, Gerald
<Gerald.Lodron at joanneum.at> wrote:
>
> Hi
>
> I tested the itk::IterativeInverseDeformationFieldImageFilter Filter and made a Progress observer on the progress event (10 iterations). The output of the observer (getProgress()) should be
> 0
> 0.1
> 0.2
> ...
> 0.9
> 1
>
> but it is
>
> 0
> 0.01
> 0.02
> ...
> 0.09
> 1
>
> It is a little bit strange because my progressbar goes from 0% to 1% and then jumps to 100%. Anyone knows why?
>
>
>
>
>
>
>
> _____________________________________
> 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
>


More information about the Insight-users mailing list