[SciPy-User] Triangulate point cloud

Athanasios Anastasiou athanastasiou at gmail.com
Fri Feb 12 10:07:31 EST 2016


Ah, the above code will not help you connect the right points, this is
still a triangulation problem. The above code will help you determine the
distance threshold you need to use (in other tools or algorithms, including
the surface plugin of blender) to avoid artifacts such as those that you
are describing in your original question (i.e. surfaces across a cylinder).
Otherwise, you would have to estimate this with trial and error.

All the best
AA


On Fri, Feb 12, 2016 at 3:00 PM, Vasco Gervasi <yellowhat46 at gmail.com>
wrote:

> Sorry but i didn't understand how to use the histogram [H] to find the
> connectivity.
>
> Thank you very much.
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> https://mail.scipy.org/mailman/listinfo/scipy-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20160212/a72509d9/attachment.html>


More information about the SciPy-User mailing list