[vtkusers] Conversion vtkPoints to vtkTriangle/TriangleStrips
David Doria
daviddoria at gmail.com
Fri Aug 10 11:28:14 EDT 2012
On Fri, Aug 10, 2012 at 11:24 AM, agatte <agatakrason at gmail.com> wrote:
> Hi All ;)
>
> I have a question about any filter to convert vtkPoints to vtkTriangle.
> I have used vtkVertexGlyphFilter (extract Points).
> Now I need to have a mesh from these points.
> Could anyone help me please ?
>
> I would appreciate for any help.
> agatteagatte
Unless you know the organization of these points (that is, which
points make up the triangles), this is a very hard problem. You'd have
to use something like this:
https://github.com/daviddoria/PoissonReconstruction
David
More information about the vtkusers
mailing list