[vtkusers] Mesh Hole Filling and Surface Smoothing

alex. gouaillard Alexandre.Gouaillard at Sun.COM
Wed Jun 28 22:51:49 EDT 2006


On Thu, 2006-06-29 at 03:48, Cem DEMiRKIR wrote:
> Hello everyone,
>     Is there any algorithm or method in VTK for filling holes in
> meshes 

search the mailing list, subject has been addressed already.

> and surface smoothing of noisy mesh surfaces ?

RTFM (F stands for fantastic, of course),

>> fixed connectivity  <<
1. vtkSmoothPolydataFilter,
http://www.vtk.org/doc/nightly/html/classvtkSmoothPolyDataFilter.html
2. vtkWindowedSincPolyDataFilter,
http://www.vtk.org/doc/nightly/html/classvtkWindowedSincPolyDataFilter.html

>> subdivision <<
3. vtkLoopSubdivisionFilter,
http://www.vtk.org/doc/nightly/html/classvtkLoopSubdivisionFilter.html
4. vtkButterflySubdivision filter,
http://www.vtk.org/doc/nightly/html/classvtkButterflySubdivisionFilter.html



Note that #2 is recommanded over #1.

alex.

>  
>     Sincerely
>     Cem DEMiRKIR
> 
> ______________________________________________________________________
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the 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