Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] simple transformation on Mesh_3 vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] simple transformation on Mesh_3 vertices


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] simple transformation on Mesh_3 vertices
  • Date: Mon, 14 Nov 2011 14:38:23 +0100

What do you want to do precisely?
A simple translation of the points in the mesh?

Sebastien.

Hamid G wrote:
Hello,

I am using CGAL to create tetrahedral meshes off of grayscale images.
After mesh is generated I need to translate the vertices to match
coordinate system of
the imaging machine (MRI, CT, ...)

I do this by adding a fixed offset point(x,y,z) to all vertices in a
post-processing step
outside CGAL using the MEDIT file.

I was wondering if this can be done within CGAL/C++ so I don't have to use
Matlab/Python to perform this step.

thanks in advance,
Hamid





Archive powered by MHonArc 2.6.16.

Top of Page