[Insight-users] Curvature Flow - problem

Luis Ibanez luis.ibanez at kitware.com
Tue, 03 Feb 2004 13:05:14 -0500


Hi Rodrigo,

This filter has been improved in order
to compute an appropriate time-step
internally. You no longer need to
specify a time step value. (Assuming
you are using ITK 1.4 or 1.6).

If nevertheless, you decide to play with
this parameter, you may want to start
using time steps values as low as 0.005
for 3D images. Then progressively experiment
raising this value as much as you can withouth
triggering the numerical instabilities.

The tradeoff is between the size of the
time step and the number of iterations
that you have to apply in order to
reach a certain degreee of smoothing.



Regards,


    Luis



------------------------
Rodrigo Trujillo wrote:

> Hi,
>  
> I´m working with MRI  and testing some filters. When i was testing 
> Curvature Flow with 2D image
> the filter seems to be correct, but when I make the volume, the volume 
> is wrong.
>  
> The problem is the same when value of TimeStep is set wrong, but I used 
> the values from "ITK
> Software Guide" ( SetTimeStep(0.0625) for 3D images) and others (0.25 , 
> 0.125 , 0.3125...).
>  
> Which the correct value? What is the problem?
>  
>  
> Thanks,
>  
> Rodrigo Trujillo