[Insight-users] How can I triangulate or polygonalize a 3D point set data ?

Sylvain Jaume sylvain.jaume at kitware.com
Fri Sep 22 17:51:01 EDT 2006


Hi Cem,

You could use vtkDelaunay2D or vtkDelaunay3D and vtkPolydataToitkMesh in 
InsightApplications/DeformableModelSimplexMesh/. You can constrain the 
triangulation of the vtkDelaunay2D using SetSource. To export a VTK 
scene into an .obj file, use the vtkOBJExporter.

Regards,
Sylvain

Cem DEMiRKIR wrote:
> Hi everyone,
>     I have 3D points data and their corresponding texture values and 
> their constraint edges, i.e. boundary points which construct the edges 
> and holes. I'd like to triangulate these 3D points to produce a 
> polygonal mesh structure by using the constrained edges information. 
> Is there an algorithm in ITK to do this ? and Also if this operation 
> is possible How can transfer this mesh structure to vtk to visualize 
> it ? and the last one How can I save it in a common 3D data format 
> such as *.obj ?
>  
>  
>     Thanks for your interest in advance
>     Good jobs to all community members
>     Sincerely
>     Cem DEMiRKIR
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>   


More information about the Insight-users mailing list