[vtkusers] Can I smooth 3D image after reconstruction?

Luis Ibanez luis.ibanez at kitware.com
Tue Jun 30 15:15:23 EDT 2009


Hi x0_y0_0,


You will find multiple Smoothing image filters
described in the ITK Software Guide:

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


In particular you want to read

       Section 6.7 "Smoothing Filters"

in pdf-page 217-248



Among the multiple options you will find:


      MedianImageFilter
      DiscreteGaussianImageFilter
      SmoothingRecursiveGaussianImageFilter
      CurvatuerFlowImageFilter
      AnisotropicDiffusionImageFilter
      GradientAnisotropicDiffusionImageFilter
      CurvatureAnisotropicDiffusionImageFilter
      BilateralImageFilter
      MinMaxCurvatureFlowImageFilter
      BinomialBlurringImageFilter



You will have examples on the use of these filters
in the Directory:


       Insight/Examples/Filtering


All these filters will work in N-Dimensional images.


    Regards,


       Luis


-----------------
x0_y0_0 wrote:
> hi,every one,
>     After I reconstruct 3D image , the 3D image is crude. I want to 
> smooth it after reconstruction not before that, How I can do it? thanks.
>  regards,
>  
>                                                                   mexiao 
>
> _______________________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list