[vtkusers] Extracting shell from unorganized points

David Doria daviddoria at gmail.com
Wed Jul 2 10:23:24 EDT 2014


On Wed, Jul 2, 2014 at 10:15 AM, Meysam Torabi <meysam.torabi at gmail.com>
wrote:

> Hello,
>
> Is there a class in vtk to extract a shell (external boundary) from some
> unorganized points? The attached image explains the problem.
>
> Thanks,
> Meysam
>
>
>
>>
>
I don't believe there is anything like this built into VTK, but I wrote
some code for this as part of a project one time. You can read about the
technique here:

https://github.com/daviddoria/BoundingPolygon/blob/master/VTKJournal/BoundingPolygon.pdf
(click "view raw" to download)

And the code is here:
https://github.com/daviddoria/BoundingPolygon/blob/master/FindBoundaryPoints.cxx

(the root of the repository is https://github.com/daviddoria/BoundingPolygon
)

Good luck,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20140702/9a716d6c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ExtractingShell.jpg
Type: image/jpeg
Size: 100360 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20140702/9a716d6c/attachment.jpg>


More information about the vtkusers mailing list