[vtkusers] vtkDelaunay3D's ouput too coarse

Chiranjib Sur sur.chiranjib at gmail.com
Fri Jan 13 12:55:06 EST 2017


Hi Jordan,
Play with the value of Alpha

delaunay3DAlpha->SetAlpha(10);   ----> replace 10 with any other numbers
(smaller and larger) and you will see differences.

Thanks,
Chiranjib

On Thu, Jan 12, 2017 at 9:54 PM, M. Jordan <mjordan at live.at> wrote:

> 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?
>
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170113/cf07272b/attachment.html>


More information about the vtkusers mailing list