Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] mesh from labeled image coordinates

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] mesh from labeled image coordinates


Chronological Thread 
  • From: Phil Weir <>
  • To:
  • Subject: Re: [cgal-discuss] mesh from labeled image coordinates
  • Date: Tue, 27 Oct 2015 09:20:28 +0000
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:WVubuh3A+gsdpy5MsmDT+DRfVm0co7zxezQtwd8ZsegVLvad9pjvdHbS+e9qxAeQG96LtrQd0KGO6ujJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6kO74TNaIBjjLw09fr2zQd6PyZ3snLjrs7ToICx2xxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cY6Lod8JtLXqz+Oqg5VrdFFy8OMmYv5cStuwOQYxGI4y4kUmQS2iVFAhKNuAn6X5O3rSb7rMJ7xSyTe8z7G+NnEQ++5rtmHUe7wBwMMCQ0pTna

On 10/25/2015 02:47 AM, Konstantinos Mountris wrote:
Dear CGAL team,
I am generating 3d meshes from segmented medical images and i want to register the two of them in a second phase. However the generated mesh doesnt follow the topology of the initial image. How could I make the mesh and the image to have the same reference system? Thank you in advance.
Hi Konstantinos,

I'm not related to the CGAL team, but as I'm doing something similar, just to chip in: we do all registration to our initial coordinate system prior to using CGAL. In fact, we actually work on a mixture of surfaces, extracted from the registered images and elsewhere, so our code is not even aware of the upstream image. However, unless the CGAL team can suggest registration tools inside CGAL, you might want to look at something like ITK for the first step - I'm afraid image manipulation itself is outside my area of expertise.

With best wishes,
PTW



Archive powered by MHonArc 2.6.18.

Top of Page