[Insight-users] GradientAnisotropicDiffusionImageFilter

Luis Ibanez luis.ibanez at kitware.com
Mon May 12 12:13:00 EDT 2008


Hi Emin,

Please read the ITK Software Guide


   http://www.itk.org/ItkSoftwareGuide.pdf


in particular, you should read section 6.7 in
PDF-page 229.

You will find suggested values for 2D and 3D
images, and examples illustrating the output.

You may want to play with the example in

Insight/Examples/Filtering/
  GradientAnisotropicDiffusionImageFilter.cxx

Using as input the image

        Insight/Examples/Data/
           BrainProtonDensitySlice.png


In general you could be fine with something like


      Number of iterations : 5 to 50
      Conductance :          3.0
      Time step:             0.05

You may be able to reduce the number of iterations
(and hence the computation time) by increasing
conductance and/or time step, but at some point
you may hit the range of numerical instability.



   Regards,


      Luis

----------------
Emin KUGU wrote:
> Hi everybody,
> 
> Who knows the range of parameters for 
> GradientAnisotropicDiffusionImageFilter
> Parameters : Number of iteration, time step, conductance
> 
> Thanks,
> 
> Emin.
> 
> ------------------------------------------------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try 
> it now. 
> <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
>  >
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list