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

Bill Lorensen bill.lorensen at gmail.com
Fri Dec 4 16:15:11 EST 2009


Works for me. I reduced the # of iterations to 5. 15 was too
aggressive for the sphere example.

On Fri, Dec 4, 2009 at 9:45 AM, David Doria <daviddoria+vtk at gmail.com> wrote:
> 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
> _______________________________________________
> 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