AW: [vtkusers] Smooth Isosurface?
Oliver Burgert
burgert at ira.uka.de
Fri Aug 2 02:46:18 EDT 2002
You should apply marching cubes (or vtkContourFilter) on a 3D-image and not
on the single slices.
If this is still too ugly, you can try vtkSmoothPolyDataFilter or
vtkDecimate(Pro) with "PreserveTopologyOff".
HTH
Oliver
Oliver Burgert
IRF / IAIM
Geb. 07.21 (Technologiefabrik
Universität Karlsruhe (TH)
Kaiserstr. 12
76128 Karlsruhe
burgert at ira.uka.de
> -----Ursprüngliche Nachricht-----
> Von: Amer Abufadel [mailto:amerdsp at hotmail.com]
> Gesendet: Donnerstag, 1. August 2002 20:28
> An: vtk
> Betreff: [vtkusers] Smooth Isosurface?
>
>
> Hello,
> I was able to create an isosurface using Marching cubes
> from binary data. The data is a segmentation of medical
> images (contours in 2D), so the 3D volume turned out to look
> like cylinders stacked on top of each other. Is there a way
> to smooth the surface?
>
> Thanks,
>
> Amer
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list