[Insight-users] Small Bug in itk::IterativeInverseDeformationFieldImageFilter
Lodron, Gerald
Gerald.Lodron at joanneum.at
Mon Feb 15 05:58:31 EST 2010
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?
More information about the Insight-users
mailing list