[vtkusers] vtkDelaunay3D's ouput too coarse

M. Jordan mjordan at live.at
Thu Jan 12 11:24:32 EST 2017


Hi guys,

I use vtkDelaunay3D to get the alpha hull of a .vtk polydata file.
The polydata itself looks great (rich in detail) but the ouput of vtkDelaunay3D (alpha hull) looks too course (too big triangles).


vtkSmartPointer<vtkDelaunay3D> delaunay3DAlpha =
vtkSmartPointer<vtkDelaunay3D>::New();
delaunay3DAlpha->SetInputConnection(reader->GetOutputPort());
delaunay3DAlpha->SetAlpha(10);
delaunay3DAlpha->Update();

How can I improve the output?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170112/adc1e29d/attachment.html>


More information about the vtkusers mailing list