[vtkusers] Is there a special filter to smooth out marching cube meshes?

David Doria daviddoria+vtk at gmail.com
Fri Dec 4 09:45:42 EST 2009


On Fri, Dec 4, 2009 at 9:27 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> I think the best filter would be vtkWindowedSincPolyDataFIlter. It's
> the one we've been using for years on surfaces extracted from medical
> data.
>
> This example: http://www.itk.org/Wiki/Create_models_from_labeled_volume_data_%28Discrete_MarchingCubes%29
> shows it's use on discrete labeled volume data.
>
> Bill

I'm pretty slammed today, but I tried to throw together a quick example:

http://www.vtk.org/Wiki/VTK_Examples_Windowed_Sinc_PolyData_Filter

Bill, do you see anything wrong with it after a quick glance? The
smoother segfaults. I'll take a closer look tonight.

Thanks,

David



More information about the vtkusers mailing list